From ed531165841a1de9200782b00b99b174bf2289cd Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 23 Dec 2021 19:41:25 +0100 Subject: Commit --- dark.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'dark.css') diff --git a/dark.css b/dark.css index 4ee8c92..854645a 100644 --- a/dark.css +++ b/dark.css @@ -1,3 +1,23 @@ +@font-face { + font-family: "Nunito"; + src: url("/fonts/Nunito-VariableFont_wght.ttf"); + font-weight: 125 950; + font-stretch: 75% 125%; + font-style: normal; +} + +@font-face { + font-family: "Nunito"; + src: url("/fonts/Nunito-Italic-VariableFont_wght.ttf"); + font-weight: 125 950; + font-stretch: 75% 125%; + font-style: italic; +} + +* { + font-family: "Nunito", sans-serif !important; +} + @media (prefers-color-scheme: dark) { #navigation-bar { border-bottom: 1px solid #252525 !important; -- cgit