Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Fix code block / inline code fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
alfogrillo committed Sep 18, 2023
1 parent ac03500 commit 917425b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ public final class HTMLParser {
pre {
background-color: \(TempColor.codeBlock.toHexString());
display: block;
font-family: monospace;
white-space: pre;
-coretext-fontname: Menlo-Regular;
-coretext-fontname: .AppleSystemUIFontMonospaced-Regular;
font-size: inherit;
}
code {
background-color: \(TempColor.inlineCode.toHexString());
display: inline;
font-family: monospace;
white-space: pre;
-coretext-fontname: Menlo-Regular;
-coretext-fontname: .AppleSystemUIFontMonospaced-Regular;
font-size: inherit;
}
h1,h2,h3 {
Expand Down

0 comments on commit 917425b

Please sign in to comment.