praiadeseselle/site/templates/css/fonts.css

154 lines
No EOL
4.5 KiB
CSS

/**
* @FONTS
* =============================================================================
*
* fonts.css v0.0.1 | GNU GPL License |
*
*/
/*
Compatibility
----------------------------------------------------------------------------
1. IE9 Compat Modes
2. IE6-IE8
3. Super Modern Browsers
4. Pretty Modern Browsers
5. Safari, Android, iOS
6. Legacy iOS
*/
@font-face
{
font-family: 'Ambarella';
src: url('../fonts/Ambarella_Regular.eot'); /* 1 */
src: url('../fonts/Ambarella_Regular.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/Ambarella_Regular.woff2') format('woff2'), /* 3 */
url('../fonts/Ambarella_Regular.woff') format('woff'), /* 4 */
url('../fonts/Ambarella_Regular.otf') format('opentype'), /* 5 */
url('../fonts/Ambarella_Regular.ttf') format('truetype'), /* 5 */
url('../fonts/Ambarella_Regular.svg#ambarella') format('svg'); /* 6 */
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'DejaVu Sans';
src: url('../fonts/DejaVu_Sans_Book.eot'); /* 1 */
src: url('../fonts/DejaVu_Sans_Book.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/DejaVu_Sans_Book.woff2') format('woff2'), /* 3 */
url('../fonts/DejaVu_Sans_Book.woff') format('woff'), /* 4 */
url('../fonts/DejaVu_Sans_Book.otf') format('opentype'), /* 5 */
url('../fonts/DejaVu_Sans_Book.ttf') format('truetype'), /* 5 */
url('../fonts/DejaVu_Sans_Book.svg#dejavu_sans_book') format('svg'); /* 6 */
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'DejaVu Sans';
src: url('../fonts/DejaVu_Sans_Bold.eot'); /* 1 */
src: url('../fonts/DejaVu_Sans_Bold.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/DejaVu_Sans_Bold.woff2') format('woff2'), /* 3 */
url('../fonts/DejaVu_Sans_Bold.woff') format('woff'), /* 4 */
url('../fonts/DejaVu_Sans_Bold.otf') format('opentype'), /* 5 */
url('../fonts/DejaVu_Sans_Bold.ttf') format('truetype'), /* 5 */
url('../fonts/DejaVu_Sans_Bold.svg#dejavu_sans_bold') format('svg'); /* 6 */
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'DejaVu Sans';
src: url('../fonts/DejaVu_Sans_Oblique.eot'); /* 1 */
src: url('../fonts/DejaVu_Sans_Oblique.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/DejaVu_Sans_Oblique.woff2') format('woff2'), /* 3 */
url('../fonts/DejaVu_Sans_Oblique.woff') format('woff'), /* 4 */
url('../fonts/DejaVu_Sans_Oblique.otf') format('opentype'), /* 5 */
url('../fonts/DejaVu_Sans_Oblique.ttf') format('truetype'), /* 5 */
url('../fonts/DejaVu_Sans_Oblique.svg#dejavu_sans_oblique') format('svg'); /* 6 */
font-weight: normal;
font-style: oblique;
}
@font-face
{
font-family: 'DejaVu Sans';
src: url('../fonts/DejaVu_Sans_Bold_Oblique.eot'); /* 1 */
src: url('../fonts/DejaVu_Sans_Bold_Oblique.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/DejaVu_Sans_Bold_Oblique.woff2') format('woff2'), /* 3 */
url('../fonts/DejaVu_Sans_Bold_Oblique.woff') format('woff'), /* 4 */
url('../fonts/DejaVu_Sans_Bold_Oblique.otf') format('opentype'), /* 5 */
url('../fonts/DejaVu_Sans_Bold_Oblique.ttf') format('truetype'), /* 5 */
url('../fonts/DejaVu_Sans_Bold_Oblique.svg#dejavu_sans_bold_oblique') format('svg'); /* 6 */
font-weight: bold;
font-style: oblique;
}
@font-face
{
font-family: 'icomoon';
src: url('../fonts/icomoon.eot'); /* 1 */
src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/icomoon.woff2') format('woff2'), /* 3 */
url('../fonts/icomoon.woff') format('woff'), /* 4 */
url('../fonts/icomoon.otf') format('opentype'), /* 5 */
url('../fonts/icomoon.ttf') format('truetype'), /* 5 */
url('../fonts/icomoon.svg#icomoon') format('svg'); /* 6 */
font-weight: normal;
font-style: normal;
font-display: block;
}
/**
* Iconos
*
*/
[class^="im-"], [class*=" im-"]
{
font-family: 'icomoon' !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-transform: none;
line-height: 1;
}
.im-cheveron-right:before
{
content: "\e900";
}
.im-close:before
{
content: "\e901";
}
.im-compose:before
{
content: "\e902";
}
.im-envelope:before
{
content: "\e903";
}
.im-menu:before
{
content: "\e904";
}
.im-search:before
{
content: "\e905";
}
.im-user:before
{
content: "\e906";
}