39 lines
1.1 KiB
CSS
39 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: "flaticon";
|
|
src: url("./flaticon.ttf?9890e4f6eddb23febd8c5e9ec37ab564") format("truetype"),
|
|
url("./flaticon.woff?9890e4f6eddb23febd8c5e9ec37ab564") format("woff"),
|
|
url("./flaticon.woff2?9890e4f6eddb23febd8c5e9ec37ab564") format("woff2"),
|
|
url("./flaticon.eot?9890e4f6eddb23febd8c5e9ec37ab564#iefix") format("embedded-opentype"),
|
|
url("./flaticon.svg?9890e4f6eddb23febd8c5e9ec37ab564#flaticon") format("svg");
|
|
}
|
|
|
|
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
|
|
font-family: flaticon !important;
|
|
font-style: normal;
|
|
font-weight: normal !important;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.flaticon-compass:before {
|
|
content: "\f101";
|
|
}
|
|
.flaticon-plan:before {
|
|
content: "\f102";
|
|
}
|
|
.flaticon-color-palette:before {
|
|
content: "\f103";
|
|
}
|
|
.flaticon-ruler:before {
|
|
content: "\f104";
|
|
}
|
|
.flaticon-architect:before {
|
|
content: "\f105";
|
|
}
|
|
.flaticon-wall:before {
|
|
content: "\f106";
|
|
}
|