Improve style

This commit is contained in:
Akira Tempaku 2025-05-03 13:01:49 +09:00
commit a88f63a4c6
Signed by: paku
GPG key ID: 5B4E8402BCC50607
10 changed files with 99 additions and 18 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;
}
}