diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 18:04:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 18:04:53 +0200 |
commit | 49c27a083afd42d8cfd16f7684765743e554b32e (patch) | |
tree | 38a9e220c9040cf5145f71787f23e352d28b2634 /static | |
parent | ed0ffe5fef0ace85848f164a48b522b137d337d2 (diff) |
Rename ‘regular’ fonts to ‘normal’
Diffstat (limited to 'static')
-rw-r--r-- | static/fonts/source-sans-3-normal.otf (renamed from static/fonts/source-sans-3-regular.otf) | bin | 538164 -> 538164 bytes | |||
-rw-r--r-- | static/fonts/source-serif-4-normal.otf (renamed from static/fonts/source-serif-4-regular.otf) | bin | 1884148 -> 1884148 bytes | |||
-rw-r--r-- | static/style.css | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/static/fonts/source-sans-3-regular.otf b/static/fonts/source-sans-3-normal.otf Binary files differindex 8ee0150..8ee0150 100644 --- a/static/fonts/source-sans-3-regular.otf +++ b/static/fonts/source-sans-3-normal.otf diff --git a/static/fonts/source-serif-4-regular.otf b/static/fonts/source-serif-4-normal.otf Binary files differindex dda52e9..dda52e9 100644 --- a/static/fonts/source-serif-4-regular.otf +++ b/static/fonts/source-serif-4-normal.otf diff --git a/static/style.css b/static/style.css index c3e23b2..b69b1fe 100644 --- a/static/style.css +++ b/static/style.css @@ -42,7 +42,7 @@ @font-face { font-family: 'Source Sans 3'; - src: url('/fonts/source-sans-3-regular.otf') format('opentype'); + src: url('/fonts/source-sans-3-normal.otf') format('opentype'); font-style: normal; } @@ -54,7 +54,7 @@ @font-face { font-family: 'Source Serif 4'; - src: url('/fonts/source-serif-4-regular.otf') format('opentype'); + src: url('/fonts/source-serif-4-normal.otf') format('opentype'); font-style: normal; } |