From 987c0c01e20e6b6927389886b20f14938e742c9c Mon Sep 17 00:00:00 2001 From: daveedmee <52132306+daveedmee@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:04:22 +0200 Subject: [PATCH] added font imports --- website/assets/themes/colors.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/assets/themes/colors.css b/website/assets/themes/colors.css index 83396dc..1a02a1e 100644 --- a/website/assets/themes/colors.css +++ b/website/assets/themes/colors.css @@ -1,3 +1,15 @@ +@font-face { font-family: "Hermit NF Mono Regular"; + src: + url("assets/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") +} + :root { /* background colors */ @@ -23,4 +35,7 @@ --s-color:#9399b240; /* selections */ /* catppuccin mocha :3 */ + + /* I've set the height of the top bar as a variable because other items and sticky depend on it*/ + --top-height:72px; } \ No newline at end of file