Skip to content

Commit c0d8b0e

Browse files
committed
chore: main.css で body に Noto Sans JP フォントを指定
1 parent 6305714 commit c0d8b0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/assets/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ a,
3737
@tailwind base;
3838
@tailwind components;
3939
@tailwind utilities;
40+
41+
body {
42+
font-family: 'Noto Sans JP', sans-serif;
43+
}

0 commit comments

Comments
 (0)