diff options
author | Minteck <contact@minteck.org> | 2021-12-23 19:41:25 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-23 19:41:25 +0100 |
commit | ed531165841a1de9200782b00b99b174bf2289cd (patch) | |
tree | 576c5c72c1d991491c1a43627f527c110fb31164 /dark.css | |
parent | 25ba1e272636dbcda3c755094a7c31c5d67209a6 (diff) | |
download | movies-ed531165841a1de9200782b00b99b174bf2289cd.tar.gz movies-ed531165841a1de9200782b00b99b174bf2289cd.tar.bz2 movies-ed531165841a1de9200782b00b99b174bf2289cd.zip |
Commit
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; |