Skip to content

Commit

Permalink
perf: change code font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Mar 21, 2023
1 parent 3a9f75b commit 7052764
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ body {
font: 1rem/1 JetBrainsMono;
}

code {
font-family: JetBrainsMono !important;
}

.bordered {
border: 1px solid var(--color-border);
}
Expand Down

0 comments on commit 7052764

Please sign in to comment.