Skip to content

Commit

Permalink
feat: フォントのweightを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
SatooRu65536 committed Feb 2, 2025
1 parent 4b61a72 commit 37ca175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ogpImageUrl.searchParams.append('v', Date.now().toString());

WebFont.load({
google: {
families: ['Zen Kaku Gothic New'],
families: ['Zen Kaku Gothic New:300,400,500,700,900'],
},
});
</script>

0 comments on commit 37ca175

Please sign in to comment.