Skip to content

Commit

Permalink
Merge pull request #12 from Remicck/Remicck/issue11
Browse files Browse the repository at this point in the history
#11 Remicck/issue11
  • Loading branch information
Remicck authored Jun 9, 2024
2 parents 3d1a156 + d93fa49 commit 74c6c56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ function App() {
htmlFor="force-mincho-flg"
className="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70 cursor-pointer select-none"
>
明朝体を利用する
名前部分に明朝体を利用する
<br />
<span className="font-normal">
※毛筆フォントで漢字が見つからない場合に利用ください
</span>
</label>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/components/Preview.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
.mincho {
font-family: 'Yu Mincho', 'YuMincho';
font-weight: bold;
font-size: 7.8rem;
}

0 comments on commit 74c6c56

Please sign in to comment.