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,7 @@
@font-face {
font-family: "Terminal Grotesque";
src:
url("https://fonts.ob248.com/fonts/terminal-grotesque-webfont.woff2")
format("woff2"),
url("https://fonts.ob248.com/fonts/terminal-grotesque-webfont.woff")
format("woff");
src: url("https://fonts.ob248.com/fonts/terminal-grotesque-webfont.ttf")
format("truetype");
font-weight: 80;
font-style: normal;
font-display: swap;