Add NotoSansJP font

This commit is contained in:
Akira Tempaku 2024-04-12 16:59:11 +09:00
commit 507135fee2
6 changed files with 17 additions and 11 deletions
public/style

View file

@ -1,5 +1,8 @@
@charset "utf-8";
body {
display: block;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}