font update

This commit is contained in:
Penelope Gwen 2026-01-07 22:00:34 -08:00
parent ffdc03e567
commit 1e539a7742

View file

@ -1,3 +1,7 @@
@font-face {
font-family: OverpassNerdFont;
src: url("/style/fonts/overpass/OverpassNerdFont-Regular.otf") format("opentype");
}
:root { :root {
--main-bg-color: #111317; --main-bg-color: #111317;
--main-fg-color: #d7afaf; --main-fg-color: #d7afaf;
@ -79,7 +83,7 @@ h1,h2,h3,p,a,hr {
color: var(--main-fg-color); color: var(--main-fg-color);
} }
h1,h2,h3,p,a{ h1,h2,h3,p,a{
font-family: 'Overpass', sans-serif; font-family: 'OverpassNerd', sans-serif;
font-weight: 50; font-weight: 50;
margin-bottom: 0; margin-bottom: 0;
} }