1 Commits

Author SHA1 Message Date
023c041706 Clean up font usage
Remove unused fonts. Add woff2 types for smaller downloads.
Offer woff2, woff, truetype/opentype versions of the font files.
2025-09-04 21:37:36 -04:00

View File

@@ -18,8 +18,8 @@ https://creativecommons.org/publicdomain/
font-family: "BebasNeue"; font-family: "BebasNeue";
src: src:
local("BEBAS NEUE"), local("BEBAS NEUE"),
url("/css/bebas/BebasNeue.woff2") format("woff2"), url("/css/bebas/BebasNeue.woff2") format("woff2");
url("/css/bebas/BebasNeue.woff") format("woff"), url("/css/bebas/BebasNeue.woff") format("woff");
url("/css/bebas/BebasNeue.otf") format("opentype"); url("/css/bebas/BebasNeue.otf") format("opentype");
} }
@font-face { @font-face {
@@ -27,7 +27,7 @@ https://creativecommons.org/publicdomain/
src: src:
local("Patrick Hand"), local("Patrick Hand"),
url("/css/patrickhand/PatrickHand-Regular.woff2") format("woff2"), url("/css/patrickhand/PatrickHand-Regular.woff2") format("woff2"),
url("/css/patrickhand/PatrickHand-Regular.woff") format("woff"), url("/css/patrickhand/PatrickHand-Regular.woff") format("woff");
url("/css/patrickhand/PatrickHand-Regular.ttf") format("truetype"); url("/css/patrickhand/PatrickHand-Regular.ttf") format("truetype");
} }
:root { :root {