33 lines
681 B
CSS
33 lines
681 B
CSS
|
/* font converted using font-converter.net. thank you! */
|
||
|
|
||
|
.fm {
|
||
|
display: inline-block;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: normal;
|
||
|
font-variant-caps: normal;
|
||
|
font-variant-numeric: normal;
|
||
|
font-variant-east-asian: normal;
|
||
|
font-weight: normal;
|
||
|
font-stretch: normal;
|
||
|
font-size: inherit;
|
||
|
line-height: 1;
|
||
|
font-family: FarmMaps;
|
||
|
text-rendering: auto;
|
||
|
}
|
||
|
|
||
|
.fm-farm:before {
|
||
|
content: "a";
|
||
|
}
|
||
|
|
||
|
.fm-potato:before {
|
||
|
content: "b";
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "FarmMaps";
|
||
|
src: url("./FMIconFont.woff") format("woff"), /* Modern Browsers */
|
||
|
url("./FMIconFont.woff2") format("woff2"); /* Modern Browsers */
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|