website/assets/style/global.css

11 lines
157 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
}
2025-05-07 09:07:41 +09:00
@view-transition {
navigation: auto;
2025-05-17 00:38:08 +09:00
}