Update contents

This commit is contained in:
Akira Tempaku 2025-04-29 18:04:02 +09:00
commit 32885b798c
Signed by: paku
GPG key ID: 5B4E8402BCC50607
11 changed files with 164 additions and 81 deletions
static/style

View file

@ -1,11 +1,11 @@
@import "tailwindcss";
:root {
font-family: 'Noto Sans JP Variable', sans-serif;
font-family: "Zen Kurenaido", sans-serif;
}
@supports (font-variation-settings: normal) {
:root {
font-family: 'Noto Sans JP Variable', sans-serif;
font-family: "Zen Kurenaido", sans-serif;
}
}