website/static/style/global.css

13 lines
226 B
CSS
Raw Normal View History

2025-03-29 01:07:45 +09:00
@import "tailwindcss";
2025-04-29 19:13:40 +09:00
@plugin "@tailwindcss/typography";
2024-11-17 00:59:06 +09:00
:root {
2025-04-29 19:13:40 +09:00
font-family: "Zen Maru Gothic", sans-serif;
2024-11-17 00:59:06 +09:00
}
@supports (font-variation-settings: normal) {
:root {
2025-04-29 19:13:40 +09:00
font-family: "Zen Maru Gothic", sans-serif;
2024-11-17 00:59:06 +09:00
}
}