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; }