website/src/styles/global.css

9 lines
142 B
CSS
Raw Normal View History

2024-04-11 23:01:47 +09:00
@charset "utf-8";
body {
2024-04-12 16:59:11 +09:00
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
2024-04-12 16:32:40 +09:00
}