Some fixes
This commit is contained in:
130
fonts/FMIconFont/FMIconFont.svg
Normal file
130
fonts/FMIconFont/FMIconFont.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 34 KiB |
BIN
fonts/FMIconFont/FMIconFont.ttf
Normal file
BIN
fonts/FMIconFont/FMIconFont.ttf
Normal file
Binary file not shown.
BIN
fonts/FMIconFont/FMIconFont.woff
Normal file
BIN
fonts/FMIconFont/FMIconFont.woff
Normal file
Binary file not shown.
BIN
fonts/FMIconFont/FMIconFont.woff2
Normal file
BIN
fonts/FMIconFont/FMIconFont.woff2
Normal file
Binary file not shown.
32
fonts/FMIconFont/style.css
Normal file
32
fonts/FMIconFont/style.css
Normal file
@@ -0,0 +1,32 @@
|
||||
/* 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;
|
||||
}
|
Reference in New Issue
Block a user