diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 18:06:25 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 18:06:25 +0200 |
commit | 00ed4c67ed31f0947a9b9f509412b0138bf25891 (patch) | |
tree | 7db9cd26bc1afdb9f5c6a2f0adfc4e3f0ae22e1d /static | |
parent | da2f352190ec2fcc9aece38eb42d9bef0758089f (diff) |
Use Source Serif 4 for headers
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 402e8c6..0834d0e 100644 --- a/static/style.css +++ b/static/style.css @@ -150,6 +150,7 @@ h4, h5, h6 { --font-weight: 500; + --font-family: 'Source Serif 4', serif; } h1 { |