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
+10
View File
@@ -9,6 +9,7 @@
"version": "0.0.0",
"license": "ISC",
"dependencies": {
"@fontsource-variable/noto-sans-jp": "^5.2.9",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-toast": "^1.2.14",
@@ -947,6 +948,15 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@fontsource-variable/noto-sans-jp": {
"version": "5.2.9",
"resolved": "https://registry.npmjs.org/@fontsource-variable/noto-sans-jp/-/noto-sans-jp-5.2.9.tgz",
"integrity": "sha512-osPL5f7dvGDjuMuFwDTGPLG37030D8X5zk+3BWea6txAVDFeE/ZIrKW0DY0uSDfRn9+NiKbiFn/2QvZveKXTog==",
"license": "OFL-1.1",
"funding": {
"url": "https://github.com/sponsors/ayuhito"
}
},
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
+1
View File
@@ -11,6 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"@fontsource-variable/noto-sans-jp": "^5.2.9",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-toast": "^1.2.14",
+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;
+1 -16
View File
@@ -23,20 +23,5 @@ export default {
keyframes: {
'rainbow-scroll': {
'0%': { backgroundPosition: '0% 50%' },
'100%': { backgroundPosition: '200% 50%' } } },
fontFamily: {
jpSans: ['Noto Sans JP',
'Hiragino Kaku Gothic ProN',
'ヒラギノ角ゴ ProN W3',
'Yu Gothic',
'游ゴシック体',
'Meiryo',
'sans-serif'],
jpSerif: ['Noto Serif JP',
'Hiragino Mincho ProN',
'ヒラギノ明朝 ProN W3',
'Yu Mincho',
'游明朝',
'MS PMincho',
'serif'] } } },
'100%': { backgroundPosition: '200% 50%' } } } } },
plugins: [] } satisfies Config