Update contents

This commit is contained in:
Akira Tempaku 2025-04-29 19:13:40 +09:00
commit 3f06d33cff
Signed by: paku
GPG key ID: 5B4E8402BCC50607
9 changed files with 16 additions and 10 deletions
static/style

View file

@ -1,11 +1,12 @@
@import "tailwindcss";
@plugin "@tailwindcss/typography";
:root {
font-family: "Zen Kurenaido", sans-serif;
font-family: "Zen Maru Gothic", sans-serif;
}
@supports (font-variation-settings: normal) {
:root {
font-family: "Zen Kurenaido", sans-serif;
font-family: "Zen Maru Gothic", sans-serif;
}
}