Skip to content

Commit

Permalink
Change the font family for code to match KaTeX's TT
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim131 committed May 5, 2024
1 parent 6f6cd9f commit 64a98a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ body {
font-family: "Segoe UI", Helvetica;
}

code {
font-family: 'KaTeX_Typewriter';
}

.main-content {
max-width: 800px;
margin: auto;
Expand Down

0 comments on commit 64a98a9

Please sign in to comment.