From 654567e50c1e147923db4de19a937962d1ca221b Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sun, 11 Jan 2026 18:38:08 -0800 Subject: [PATCH] fix font name --- style/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/css/style.css b/style/css/style.css index 811a804..2d61202 100644 --- a/style/css/style.css +++ b/style/css/style.css @@ -1,5 +1,5 @@ @font-face { - font-family: OverpassNerdFont; + font-family: OverpassNerd; src: url("/style/fonts/overpass/OverpassNerdFont-Regular.otf") format("opentype"); } :root {