Rename "public" to "static"

This commit is contained in:
Akira Tempaku 2025-03-30 17:13:52 +09:00
commit 74035544e7
Signed by: paku
GPG key ID: 5B4E8402BCC50607
8 changed files with 6 additions and 6 deletions
static/style

11
static/style/global.css Normal file
View file

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