Skip to content

Commit

Permalink
⬆️ Update YakuHanJP to v4 (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
usagizmo authored Dec 15, 2023
1 parent 9d4b91f commit a772422
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/mockup/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css"
href="https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css"
/>
<link rel="stylesheet" href="./styles.css" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion apps/mockup/tests/external-links.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css
https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css
https://cspell.org/
https://eslint.org
https://fonts.googleapis.com
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css"
href="https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css"
/>
%sveltekit.head%
</head>
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-preset-base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
// When not using Web fonts
// sans: '-apple-system, blinkMacSystemFont, Helvetica, "Yu Gothic", YuGothic, "BIZ UDPGothic", Meiryo, sans-serif',
// sans: '-apple-system, blinkMacSystemFont, Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif',
sans: 'Inter, yakuhanjp_Noto, Noto Sans JP, sans-serif',
sans: 'Inter, YakuHanJP, Noto Sans JP, sans-serif',
mono: 'Source Code Pro, Noto Sans JP, monospace',
keycode: 'Lucida Grande',
},
Expand Down
2 changes: 1 addition & 1 deletion project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ turborepo
unmarshal
usagizmo
vite
yakuhanjp
yakuhan

2 comments on commit a772422

@vercel
Copy link

@vercel vercel bot commented on a772422 Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a772422 Dec 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.