diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 12 |
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'; |