mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
removed woff from css
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
@font-face {
|
||||
font-family: "FlorDeRuina";
|
||||
src:
|
||||
url("https://fonts.ob248.com/fonts/FlorDeRuina-Germen.woff2")
|
||||
format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/FlorDeRuina-Germen.woff") format("woff"),
|
||||
url("https://fonts.ob248.com/fonts/FlorDeRuina-Germen.ttf")
|
||||
src: url("https://fonts.ob248.com/fonts/FlorDeRuina-Germen.ttf")
|
||||
format("truetype");
|
||||
font-weight: 50;
|
||||
font-style: normal;
|
||||
@@ -13,11 +9,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "FlorDeRuina";
|
||||
src:
|
||||
url("https://fonts.ob248.com/fonts/FlorDeRuina-Semilla.woff2")
|
||||
format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/FlorDeRuina-Semilla.woff") format("woff"),
|
||||
url("https://fonts.ob248.com/fonts/FlorDeRuina-Semilla.ttf")
|
||||
src: url("https://fonts.ob248.com/fonts/FlorDeRuina-Semilla.ttf")
|
||||
format("truetype");
|
||||
font-weight: 80;
|
||||
font-style: normal;
|
||||
@@ -26,10 +18,8 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "FlorDeRuina";
|
||||
src:
|
||||
url("https://fonts.ob248.com/fonts/FlorDeRuina-Flor.woff2") format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/FlorDeRuina-Flor.woff") format("woff"),
|
||||
url("https://fonts.ob248.com/fonts/FlorDeRuina-Flor.ttf") format("truetype");
|
||||
src: url("https://fonts.ob248.com/fonts/FlorDeRuina-Flor.ttf")
|
||||
format("truetype");
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
||||
Reference in New Issue
Block a user