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";
src:
local("BEBAS NEUE"),
url("/css/bebas/BebasNeue.woff2") format("woff2"),
url("/css/bebas/BebasNeue.woff") format("woff"),
url("/css/bebas/BebasNeue.woff2") format("woff2");
url("/css/bebas/BebasNeue.woff") format("woff");
url("/css/bebas/BebasNeue.otf") format("opentype");
}
@font-face {
@@ -27,7 +27,7 @@ https://creativecommons.org/publicdomain/
src:
local("Patrick Hand"),
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");
}
:root {