You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.6 KiB
89 lines
1.6 KiB
2 years ago
|
@font-face {
|
||
|
font-family: 'ficon';
|
||
|
src:
|
||
|
url('../fonts/ficon.ttf?ce63e9') format('truetype'),
|
||
|
url('../fonts/ficon.woff?ce63e9') format('woff'),
|
||
|
url('../fonts/ficon.svg?ce63e9#ficon') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: block;
|
||
|
}
|
||
|
|
||
|
[class^="ficon-"], [class*=" ficon-"] {
|
||
|
/* use !important to prevent issues with browser extensions that change fonts */
|
||
|
font-family: 'ficon' !important;
|
||
|
speak: never;
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
font-variant: normal;
|
||
|
text-transform: none;
|
||
|
line-height: 1;
|
||
|
|
||
|
/* Better Font Rendering =========== */
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.ficon-mail:before {
|
||
|
content: "\f003";
|
||
|
}
|
||
|
.ficon-map:before {
|
||
|
content: "\f041";
|
||
|
}
|
||
|
.ficon-calendar:before {
|
||
|
content: "\f073";
|
||
|
}
|
||
|
.ficon-phone:before {
|
||
|
content: "\f095";
|
||
|
}
|
||
|
.ficon-twitter:before {
|
||
|
content: "\f099";
|
||
|
}
|
||
|
.ficon-facebook:before {
|
||
|
content: "\f09a";
|
||
|
}
|
||
|
.ficon-github:before {
|
||
|
content: "\f09b";
|
||
|
}
|
||
|
.ficon-linkedin:before {
|
||
|
content: "\f0e1";
|
||
|
}
|
||
|
.ficon-youtube:before {
|
||
|
content: "\f16a";
|
||
|
}
|
||
|
.ficon-instagram:before {
|
||
|
content: "\f16d";
|
||
|
}
|
||
|
.ficon-vk:before {
|
||
|
content: "\f189";
|
||
|
}
|
||
|
.ficon-whatsapp:before {
|
||
|
content: "\f232";
|
||
|
}
|
||
|
.ficon-vimeo:before {
|
||
|
content: "\f27d";
|
||
|
}
|
||
|
.ficon-user:before {
|
||
|
content: "\f2c0";
|
||
|
}
|
||
|
.ficon-telegram:before {
|
||
|
content: "\f2c6";
|
||
|
}
|
||
|
.ficon-comments:before {
|
||
|
content: "\e900";
|
||
|
}
|
||
|
.ficon-add_comment:before {
|
||
|
content: "\e901";
|
||
|
}
|
||
|
.ficon-tag:before {
|
||
|
content: "\e902";
|
||
|
}
|
||
|
.ficon-file:before {
|
||
|
content: "\e903";
|
||
|
}
|
||
|
.ficon-search:before {
|
||
|
content: "\e904";
|
||
|
}
|
||
|
.ficon-tag:before {
|
||
|
content: "\e902";
|
||
|
}
|