aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/style.css
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-01 18:03:10 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-01 18:03:10 +0200
commited0ffe5fef0ace85848f164a48b522b137d337d2 (patch)
tree25209c6937196c40780e592d58ccb99acaf74ce6 /static/style.css
parentaf6d95679e92202acd92e1034bb9810ac34d7ded (diff)
Add Source Serif 4
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 37bad84..c3e23b2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -52,6 +52,18 @@
font-style: italic;
}
+@font-face {
+ font-family: 'Source Serif 4';
+ src: url('/fonts/source-serif-4-regular.otf') format('opentype');
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Source Serif 4';
+ src: url('/fonts/source-serif-4-italic.otf') format('opentype');
+ font-style: italic;
+}
+
:root {
--font-family: 'Source Sans 3', sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';