diff options
Diffstat (limited to 'dark.css')
-rw-r--r-- | dark.css | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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; |