praiadeseselle/site/templates/css/fonts.css
2022-10-06 10:54:15 +02:00

190 lines
No EOL
5.3 KiB
CSS

/**
* @FONTS
* =============================================================================
*
* fonts.css v0.1.10 | 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: 'Libre Baskerville';
src: url('../fonts/Libre_Baskerville_Bold.eot'); /* 1 */
src: url('../fonts/Libre_Baskerville_Bold.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/Libre_Baskerville_Bold.woff2') format('woff2'), /* 3 */
url('../fonts/Libre_Baskerville_Bold.woff') format('woff'), /* 4 */
url('../fonts/Libre_Baskerville_Bold.otf') format('opentype'), /* 5 */
url('../fonts/Libre_Baskerville_Bold.ttf') format('truetype'), /* 5 */
url('../fonts/Libre_Baskerville_Bold.svg#librebaskerville') format('svg'); /* 6 */
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'Source Sans Pro';
src: url('../fonts/Source_Sans_Pro_Regular.eot'); /* 1 */
src: url('../fonts/Source_Sans_Pro_Regular.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/Source_Sans_Pro_Regular.woff2') format('woff2'), /* 3 */
url('../fonts/Source_Sans_Pro_Regular.woff') format('woff'), /* 4 */
url('../fonts/Source_Sans_Pro_Regular.otf') format('opentype'), /* 5 */
url('../fonts/Source_Sans_Pro_Regular.ttf') format('truetype'), /* 5 */
url('../fonts/Source_Sans_Pro_Regular.svg#sourcesansproregular') format('svg'); /* 6 */
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: 'Source Sans Pro';
src: url('../fonts/Source_Sans_Pro_Italic.eot'); /* 1 */
src: url('../fonts/Source_Sans_Pro_Italic.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/Source_Sans_Pro_Italic.woff2') format('woff2'), /* 3 */
url('../fonts/Source_Sans_Pro_Italic.woff') format('woff'), /* 4 */
url('../fonts/Source_Sans_Pro_Italic.otf') format('opentype'), /* 5 */
url('../fonts/Source_Sans_Pro_Italic.ttf') format('truetype'), /* 5 */
url('../fonts/Source_Sans_Pro_Italic.svg#sourcesansproitalic') format('svg'); /* 6 */
font-weight: normal;
font-style: italic;
}
@font-face
{
font-family: 'Source Sans Pro';
src: url('../fonts/Source_Sans_Pro_SemiBold.eot'); /* 1 */
src: url('../fonts/Source_Sans_Pro_SemiBold.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/Source_Sans_Pro_SemiBold.woff2') format('woff2'), /* 3 */
url('../fonts/Source_Sans_Pro_SemiBold.woff') format('woff'), /* 4 */
url('../fonts/Source_Sans_Pro_SemiBold.otf') format('opentype'), /* 5 */
url('../fonts/Source_Sans_Pro_SemiBold.ttf') format('truetype'), /* 5 */
url('../fonts/Source_Sans_Pro_SemiBold.svg#sourcesansprosemibold') format('svg'); /* 6 */
font-weight: bold;
font-style: normal;
}
@font-face
{
font-family: 'Source Sans Pro';
src: url('../fonts/Source_Sans_Pro_SemiBold_Italic.eot'); /* 1 */
src: url('../fonts/Source_Sans_Pro_SemiBold_Italic.eot?#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/Source_Sans_Pro_SemiBold_Italic.woff2') format('woff2'), /* 3 */
url('../fonts/Source_Sans_Pro_SemiBold_Italic.woff') format('woff'), /* 4 */
url('../fonts/Source_Sans_Pro_SemiBold_Italic.otf') format('opentype'), /* 5 */
url('../fonts/Source_Sans_Pro_SemiBold_Italic.ttf') format('truetype'), /* 5 */
url('../fonts/Source_Sans_Pro_SemiBold_Italic.svg#sourcesansprobolditalic') format('svg'); /* 6 */
font-weight: bold;
font-style: italic;
}
@font-face
{
font-family: 'icomoon';
src: url('../fonts/icomoon_Regular.eot?nvq8gi'); /* 1 */
src: url('../fonts/icomoon_Regular.eot?nvq8gi#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/icomoon_Regular.woff2?nvq8gi') format('woff2'), /* 3 */
url('../fonts/icomoon_Regular.woff?nvq8gi') format('woff'), /* 4 */
url('../fonts/icomoon_Regular.otf?nvq8gi') format('opentype'), /* 5 */
url('../fonts/icomoon_Regular.ttf?nvq8gi') format('truetype'), /* 5 */
url('../fonts/icomoon_Regular.svg?nvq8gi#icomoon') format('svg'); /* 6 */
font-display: block;
font-style: normal;
font-weight: normal;
}
/**
* Iconos
*
*/
[class^="icon-"],
[class*=" icon-"]
{
font-family: 'icomoon' !important;
font-variant: normal;
font-style: normal;
line-height: 1;
text-transform: none;
speak: never;
}
.icon-chevrons-right:before
{
content: "\e900";
}
.icon-edit:before
{
content: "\e901";
}
.icon-document-file-txt:before
{
content: "\e902";
}
.icon-corner-right-down:before
{
content: "\e903";
}
.icon-folder:before
{
content: "\e904";
}
.icon-tag:before
{
content: "\e905";
}
.icon-book-open:before
{
content: "\e906";
}
.icon-book:before
{
content: "\e907";
}
.icon-arrow-right:before
{
content: "\e908";
}
.icon-user:before
{
content: "\e909";
}
.icon-skip-back:before
{
content: "\e90a";
}
.icon-skip-forward:before
{
content: "\e90b";
}
.icon-play:before
{
content: "\e90c";
}
.icon-search:before
{
content: "\e90d";
}