This commit is contained in:
2025-09-28 16:10:19 +09:00
parent 597e69db21
commit 6010ad729b
4 changed files with 15 additions and 18 deletions
+3 -2
View File
@@ -1,3 +1,5 @@
@import "@fontsource-variable/noto-sans-jp";
@tailwind base;
@tailwind components;
@tailwind utilities;
@@ -7,7 +9,6 @@
body
{
@apply overflow-x-clip;
@apply font-jpSans;
}
a
@@ -22,7 +23,7 @@
:root
{
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
font-family: "Noto Sans JP Variable", system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;