43 lines
1.3 KiB
CSS
43 lines
1.3 KiB
CSS
|
|
/*
|
||
|
|
Flaticon icon font: Flaticon
|
||
|
|
Creation date: 19/09/2019 11:37
|
||
|
|
*/
|
||
|
|
|
||
|
|
@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");
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
|
||
|
|
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
|
||
|
|
font-family: Flaticon;
|
||
|
|
font-size: 20px;
|
||
|
|
font-style: normal;
|
||
|
|
margin-left: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.flaticon-businessmen-having-a-group-conference:before { content: "\f100"; }
|
||
|
|
.flaticon-healthy-lifestyle-logo:before { content: "\f101"; }
|
||
|
|
.flaticon-swimmer:before { content: "\f102"; }
|
||
|
|
.flaticon-map:before { content: "\f103"; }
|
||
|
|
.flaticon-plate:before { content: "\f104"; }
|
||
|
|
.flaticon-calendar:before { content: "\f105"; }
|
||
|
|
.flaticon-child:before { content: "\f106"; }
|
||
|
|
.flaticon-bed:before { content: "\f107"; }
|
||
|
|
.flaticon-food:before { content: "\f108"; }
|
||
|
|
.flaticon-tag:before { content: "\f109"; }
|
||
|
|
.flaticon-question:before { content: "\f10a"; }
|