aboutsummaryrefslogtreecommitdiff
path: root/dark.css
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-23 19:41:28 +0100
committerMinteck <contact@minteck.org>2021-12-23 19:41:28 +0100
commitc451cbe0b6de0707d891937d7f61596491e81565 (patch)
tree4c564a930af36980be2f345f68306aca0a967269 /dark.css
parent4692b0866fb0051b8647f77f1f5a8ee74f48e89e (diff)
downloadshare-c451cbe0b6de0707d891937d7f61596491e81565.tar.gz
share-c451cbe0b6de0707d891937d7f61596491e81565.tar.bz2
share-c451cbe0b6de0707d891937d7f61596491e81565.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 4706019..dd92e7c 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) {
html, body {