aboutsummaryrefslogtreecommitdiff
path: root/dark.css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-23 19:41:25 +0100
committerMinteck <contact@minteck.org>2021-12-23 19:41:25 +0100
commited531165841a1de9200782b00b99b174bf2289cd (patch)
tree576c5c72c1d991491c1a43627f527c110fb31164 /dark.css
parent25ba1e272636dbcda3c755094a7c31c5d67209a6 (diff)
downloadmovies-ed531165841a1de9200782b00b99b174bf2289cd.tar.gz
movies-ed531165841a1de9200782b00b99b174bf2289cd.tar.bz2
movies-ed531165841a1de9200782b00b99b174bf2289cd.zip
Commit
Diffstat (limited to 'dark.css')
-rw-r--r--dark.css20
1 files changed, 20 insertions, 0 deletions
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;