diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 18:05:10 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 18:05:10 +0200 |
commit | bbbd011b3dfc58efbf254d557f0efa203789e47a (patch) | |
tree | e17cf6dcf1fc1d096687b66da2c7d60f016eb911 /static | |
parent | 49c27a083afd42d8cfd16f7684765743e554b32e (diff) |
Remove Ysabeau
Diffstat (limited to 'static')
-rw-r--r-- | static/fonts/ysabeau-office-regular-italic.otf | bin | 213512 -> 0 bytes | |||
-rw-r--r-- | static/fonts/ysabeau-office-regular.otf | bin | 272220 -> 0 bytes | |||
-rw-r--r-- | static/style.css | 14 |
3 files changed, 0 insertions, 14 deletions
diff --git a/static/fonts/ysabeau-office-regular-italic.otf b/static/fonts/ysabeau-office-regular-italic.otf Binary files differdeleted file mode 100644 index eb92805..0000000 --- a/static/fonts/ysabeau-office-regular-italic.otf +++ /dev/null diff --git a/static/fonts/ysabeau-office-regular.otf b/static/fonts/ysabeau-office-regular.otf Binary files differdeleted file mode 100644 index cb8d758..0000000 --- a/static/fonts/ysabeau-office-regular.otf +++ /dev/null diff --git a/static/style.css b/static/style.css index b69b1fe..23d0369 100644 --- a/static/style.css +++ b/static/style.css @@ -27,20 +27,6 @@ */ @font-face { - font-family: 'Ysabeau Office'; - src: url('/fonts/ysabeau-office-regular.otf') format('opentype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Ysabeau Office'; - src: url('/fonts/ysabeau-office-regular-italic.otf') format('opentype'); - font-weight: normal; - font-style: italic; -} - -@font-face { font-family: 'Source Sans 3'; src: url('/fonts/source-sans-3-normal.otf') format('opentype'); font-style: normal; |