praiadeseselle/site/templates/css/fonts.css

275 lines
3.4 KiB
CSS
Raw Normal View History

2022-03-10 01:47:18 +01:00
/**
* @FONTS
* =============================================================================
*
* fonts.css v0.1.23 | GNU GPL License |
2022-03-10 01:47:18 +01:00
*
*/
/*
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: 'icomoon';
src: url('../fonts/icomoon.eot?rwmkoy'); /* 1 */
src: url('../fonts/icomoon.eot?rwmkoy#iefix') format('embedded-opentype'), /* 2 */
url('../fonts/icomoon.woff2?rwmkoy') format('woff2'), /* 3 */
url('../fonts/icomoon.woff?rwmkoy') format('woff'), /* 4 */
url('../fonts/icomoon.otf?rwmkoy') format('opentype'), /* 5 */
url('../fonts/icomoon.ttf?rwmkoy') format('truetype'), /* 5 */
url('../fonts/icomoon.svg?rwmkoy#icomoon') format('svg'); /* 6 */
2022-03-10 01:47:18 +01:00
font-display: block;
2022-10-06 10:54:15 +02:00
font-style: normal;
font-weight: normal;
2022-03-10 01:47:18 +01:00
}
/**
* Iconos
*
*/
2022-10-23 22:35:04 +02:00
[class^="icon-"],
[class*=" icon-"]
{
font-family: 'icomoon' !important;
font-variant: normal;
font-style: normal;
font-weight: normal;
2022-10-23 22:35:04 +02:00
line-height: 1;
text-transform: none;
speak: never;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2022-10-23 22:35:04 +02:00
}
.icon-chevrons-right:before
{
content: "\e900";
}
.icon-edit:before
{
content: "\e901";
}
.icon-corner-right-down:before
2022-10-23 22:35:04 +02:00
{
content: "\e902";
}
.icon-folder:before
2022-10-23 22:35:04 +02:00
{
content: "\e903";
}
.icon-book:before
2022-10-23 22:35:04 +02:00
{
content: "\e904";
}
.icon-book-open:before
2022-10-23 22:35:04 +02:00
{
content: "\e905";
}
.icon-tag:before
2022-10-23 22:35:04 +02:00
{
content: "\e906";
}
.icon-arrow-right:before
2022-10-23 22:35:04 +02:00
{
content: "\e907";
}
.icon-alert-circle:before
2022-10-23 22:35:04 +02:00
{
content: "\e908";
}
.icon-check-circle:before
2022-10-23 22:35:04 +02:00
{
content: "\e909";
}
.icon-facebook:before
2022-10-23 22:35:04 +02:00
{
content: "\e90a";
}
.icon-home:before
2022-10-23 22:35:04 +02:00
{
content: "\e90b";
}
.icon-instagram:before
2022-10-23 22:35:04 +02:00
{
content: "\e90c";
}
.icon-play:before
2022-10-23 22:35:04 +02:00
{
content: "\e90d";
}
.icon-search:before
2022-10-23 22:35:04 +02:00
{
2022-10-06 13:14:42 +02:00
content: "\e90e";
2022-10-23 22:35:04 +02:00
}
2022-10-23 19:21:53 +02:00
.icon-settings:before
2022-10-23 22:35:04 +02:00
{
2022-10-23 19:21:53 +02:00
content: "\e90f";
2022-10-23 22:35:04 +02:00
}
.icon-skip-back:before
2022-10-23 22:35:04 +02:00
{
content: "\e910";
}
.icon-skip-forward:before
2022-10-23 22:35:04 +02:00
{
content: "\e911";
}
.icon-user:before
2022-10-23 22:35:04 +02:00
{
content: "\e912";
}
.icon-x:before
{
content: "\e913";
}
.icon-x-circle:before
{
content: "\e914";
2023-02-21 14:48:37 +01:00
}
.icon-home3:before
2023-02-21 14:48:37 +01:00
{
content: "\e915";
}
.icon-chevrons-down:before
2023-02-21 14:48:37 +01:00
{
content: "\e916";
}
.icon-mail:before
2023-02-21 14:48:37 +01:00
{
content: "\e917";
}
2023-03-10 19:44:38 +01:00
.icon-map-pin:before
{
content: "\e918";
}
.icon-phone:before
{
content: "\e919";
}
.icon-menu:before
2023-03-10 19:44:38 +01:00
{
content: "\e91a";
}
.icon-airplay:before
2023-02-21 14:48:37 +01:00
{
content: "\e91b";
2023-02-21 14:48:37 +01:00
}
.icon-chevron-left:before
2023-02-21 14:48:37 +01:00
{
content: "\e91c";
2023-02-21 14:48:37 +01:00
}
.icon-chevron-right:before
2023-02-21 14:48:37 +01:00
{
content: "\e91d";
2023-02-21 14:48:37 +01:00
}
.icon-square:before
2023-02-21 14:48:37 +01:00
{
content: "\e91e";
2023-02-21 14:48:37 +01:00
}
.icon-picture:before
{
content: "\eaa1";
}
.icon-washing-machine:before
{
content: "\eb07";
}
.icon-tv:before
{
content: "\ebce";
}
.icon-cake:before
{
content: "\ec50";
}
2023-02-21 14:48:37 +01:00
.icon-refrigerator:before
{
content: "\ec72";
}
.icon-burger:before
{
content: "\ec80";
}
.icon-coffee-pot:before
2023-02-21 14:48:37 +01:00
{
content: "\ec92";
2023-02-21 14:48:37 +01:00
}
.icon-leaf:before
2023-02-21 14:48:37 +01:00
{
content: "\ec9b";
}
.icon-paw:before
{
content: "\eca3";
}
.icon-car-parking2:before
{
content: "\eccb";
2023-02-21 14:48:37 +01:00
}
.icon-bicycle-riding:before
{
content: "\ece4";
}
.icon-rowing:before
{
content: "\ece7";
}
.icon-wifi-100:before
{
content: "\ed65";
2022-10-23 22:35:04 +02:00
}