Skip to content

Commit

Permalink
Fix: Windows 環境で monospace フォントとしてMSゴシックが使われる問題を修正
Browse files Browse the repository at this point in the history
MSゴシックの存在を許してはならない
  • Loading branch information
tsukumijima committed Nov 9, 2024
1 parent 5669b90 commit 3134f73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ body {
-webkit-font-smoothing: antialiased;
}

code, kbd, pre, samp {
font-family: "Menlo", "Monaco", "Consolas", "BIZ UDGothic", monospace;
}

img {
pointer-events: none;
}
Expand Down

0 comments on commit 3134f73

Please sign in to comment.