corrected file path

This commit is contained in:
daveedmee 2025-07-16 18:32:06 +00:00 committed by GitHub
parent 18a28e9710
commit 48f961ec9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,13 @@
@font-face { font-family: "Hermit NF Mono Regular";
src:
url("assets/fonts/Hermit/HurmitNerdFontMono-Regular.otf") format("opentype")
url(../fonts/Hermit/HurmitNerdFontMono-Regular.otf) format("opentype")
}
/* Franklin Gothic Medium 21pt for headlines inside windows */
@font-face { font-family: "Inter";
src:
url("assets/fonts/Hermit/HurmitNerdFontMono-Bold.otf") format("opentype")
url(../fonts/Hermit/HurmitNerdFontMono-Bold.otf) format("opentype")
}
:root {
@ -38,4 +38,4 @@ url("assets/fonts/Hermit/HurmitNerdFontMono-Bold.otf") format("opentype")
/* I've set the height of the top bar as a variable because other items and sticky depend on it*/
--top-height:72px;
}
}