summaryrefslogtreecommitdiffstats
path: root/assets/scss/theme/theme.scss
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2024-11-06 07:20:11 -0500
committeranoduck <9925396+anoduck@users.noreply.github.com>2024-11-06 07:20:11 -0500
commit787ff695953fb4e13ef98118a0ac0a3ece392ab3 (patch)
tree240b26e21c7b9ed1ec9e0361ec9ccdcdd677431d /assets/scss/theme/theme.scss
parent7401c5a2f47d52f7e820fac1bb1637e55e167083 (diff)
docs(content): :rocket: Fonts work, renamed files, added content from previous page
renamed blog posts without prefix, custom font renedering works, migrated communication logs to new framework #30 #34 #35 #32
Diffstat (limited to 'assets/scss/theme/theme.scss')
-rw-r--r--assets/scss/theme/theme.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/scss/theme/theme.scss b/assets/scss/theme/theme.scss
index a57aa26..590ca23 100644
--- a/assets/scss/theme/theme.scss
+++ b/assets/scss/theme/theme.scss
@@ -1,3 +1,7 @@
+h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
+ font-family: 'Grenze Gotisch';
+}
+
@media (prefers-color-scheme: dark) {
body {
background-color: #343a40;