Skip to content

Commit

Permalink
🐞 fix(style): ugly code font
Browse files Browse the repository at this point in the history
  • Loading branch information
Big-Cake-jpg committed Jul 12, 2024
1 parent c24057b commit 083b359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valaxy-theme-custom/styles/content.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.content {
code {
font-family: monospace;
font-family: monospace, "JetBrains Mono", "Fira Code", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New";
border-radius: 4px;
font-size: 14px;
}
Expand Down

0 comments on commit 083b359

Please sign in to comment.