summaryrefslogtreecommitdiffhomepage
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css
index 023317c..2bce9d4 100644
--- a/static/style.css
+++ b/static/style.css
@@ -27,22 +27,22 @@
*/
@font-face {
- font-family: 'Ysabeau';
- src: url('/fonts/ysabeau-regular.woff2') format('woff2');
+ font-family: 'Ysabeau Office';
+ src: url('/fonts/ysabeau-office-regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
- font-family: 'Ysabeau';
- src: url('/fonts/ysabeau-regular-italic.woff2') format('woff2');
+ font-family: 'Ysabeau Office';
+ src: url('/fonts/ysabeau-office-regular-italic.otf') format('opentype');
font-weight: normal;
font-style: italic;
}
:root {
- --font-family: "Ysabeau", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
- "Segoe UI Symbol", "Noto Color Emoji";
+ --font-family: "Ysabeau Office", sans-serif, "Apple Color Emoji",
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--line-height: 1.5;
--font-weight: 400;
--font-size: 16px;