Improve style

This commit is contained in:
Akira Tempaku 2025-05-03 13:01:49 +09:00
commit d10deb6517
Signed by: paku
GPG key ID: 5B4E8402BCC50607
10 changed files with 104 additions and 22 deletions
static/style

View file

@ -10,3 +10,16 @@
font-family: "Zen Maru Gothic", sans-serif;
}
}
@supports (font-variation-settings: medium) {
:root {
font-family: "Zen Maru Gothic", sans-serif;
}
}
@supports (font-variation-settings: bold) {
:root {
font-family: "Zen Maru Gothic", sans-serif;
}
}