diff options
| author | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 09:41:35 +0900 |
|---|---|---|
| committer | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 09:41:35 +0900 |
| commit | 3a8b9eced4b1bc2f4f8f7dace22ac62b447126d3 (patch) | |
| tree | 204ebcef23d788795448b0d913792f40cf1a12e7 | |
| parent | 5873396a29fafb254fcaf34e40373dd8db50a1be (diff) | |
package.json: @fontsource/noto-sans-jp を依存関係に追加
| -rw-r--r-- | package-lock.json | 10 | ||||
| -rw-r--r-- | package.json | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index d9e5fc9..75d4ba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.3", "@astrojs/starlight": "^0.40.0", + "@fontsource/noto-sans-jp": "^5.2.9", "@resvg/resvg-js": "^2.6.2", "astro": "^6.4.6", "mammoth": "^1.12.0", @@ -1128,6 +1129,15 @@ "@expressive-code/core": "^0.43.1" } }, + "node_modules/@fontsource/noto-sans-jp": { + "version": "5.2.9", + "resolved": "https://registry.npmjs.org/@fontsource/noto-sans-jp/-/noto-sans-jp-5.2.9.tgz", + "integrity": "sha512-6yVGiofnrnbiJjU8ch4JGSs2HqyozxMvsVyVmFwOnDH3u//qQKLqmKM4n0lqN0637uaJNzUW9nIJqbbMgHVQzw==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } + }, "node_modules/@fortawesome/fontawesome-free": { "version": "6.7.2", "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz", diff --git a/package.json b/package.json index 58933ee..25e790a 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.3", "@astrojs/starlight": "^0.40.0", + "@fontsource/noto-sans-jp": "^5.2.9", "@resvg/resvg-js": "^2.6.2", "astro": "^6.4.6", "mammoth": "^1.12.0", |
