aboutsummaryrefslogtreecommitdiff
path: root/dark.css
diff options
context:
space:
mode:
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 {