removed woff from css

This commit is contained in:
2026-02-04 19:46:04 +00:00
parent 8a68243ccb
commit 202e23ca3c
23 changed files with 55 additions and 143 deletions

View File

@@ -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;