Update contents

This commit is contained in:
Akira Tempaku 2025-04-29 19:13:40 +09:00
commit 88ed5f794d
Signed by: paku
GPG key ID: 5B4E8402BCC50607
10 changed files with 18 additions and 15 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;
}
}