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.
50 lines
1.4 KiB
50 lines
1.4 KiB
/*
|
|
Flaticon icon font: Flaticon
|
|
Creation date: 19/04/2020 06:48
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: "Flaticon";
|
|
src: url("./Flaticon.eot");
|
|
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
|
|
url("./Flaticon.woff2") format("woff2"),
|
|
url("./Flaticon.woff") format("woff"),
|
|
url("./Flaticon.ttf") format("truetype"),
|
|
url("./Flaticon.svg#Flaticon") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
@font-face {
|
|
font-family: "Flaticon";
|
|
src: url("./Flaticon.svg#Flaticon") format("svg");
|
|
}
|
|
}
|
|
|
|
.fi:before{
|
|
display: inline-block;
|
|
font-family: "Flaticon";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
line-height: 1;
|
|
text-decoration: inherit;
|
|
text-rendering: optimizeLegibility;
|
|
text-transform: none;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-smoothing: antialiased;
|
|
}
|
|
|
|
.flaticon-search:before { content: "\f100"; }
|
|
.flaticon-shopping-cart:before { content: "\f101"; }
|
|
.flaticon-user:before { content: "\f102"; }
|
|
.flaticon-heart:before { content: "\f103"; }
|
|
.flaticon-arrow:before { content: "\f104"; }
|
|
|
|
$font-Flaticon-search: "\f100";
|
|
$font-Flaticon-shopping-cart: "\f101";
|
|
$font-Flaticon-user: "\f102";
|
|
$font-Flaticon-heart: "\f103";
|
|
$font-Flaticon-arrow: "\f104";
|