From 1e539a7742528ebc53dc7e023a9af48c0413a5b8 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 7 Jan 2026 22:00:34 -0800 Subject: [PATCH] font update --- style/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style/css/style.css b/style/css/style.css index 83c7986..a680a9b 100644 --- a/style/css/style.css +++ b/style/css/style.css @@ -1,3 +1,7 @@ +@font-face { + font-family: OverpassNerdFont; + src: url("/style/fonts/overpass/OverpassNerdFont-Regular.otf") format("opentype"); +} :root { --main-bg-color: #111317; --main-fg-color: #d7afaf; @@ -79,7 +83,7 @@ h1,h2,h3,p,a,hr { color: var(--main-fg-color); } h1,h2,h3,p,a{ - font-family: 'Overpass', sans-serif; + font-family: 'OverpassNerd', sans-serif; font-weight: 50; margin-bottom: 0; }