Skip to content

Commit

Permalink
Specify SF Mono Regular for code and pre blocks — fix an issue where …
Browse files Browse the repository at this point in the history
…it was choosing a too-heavy SF Mono.
  • Loading branch information
brentsimmons committed Dec 16, 2024
1 parent 40b6a45 commit 0e24d43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Shared/Article Rendering/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ pre {
}

code, pre {
font-family: "SF Mono", Menlo, Courier, monospace;
/* font-size: 1em;*/
/* -webkit-hyphens: none;*/
font-family: "SF Mono Regular", Menlo, Courier, monospace;
font-size: 1em;
-webkit-hyphens: none;
background: var(--code-background-color);
}

Expand Down

0 comments on commit 0e24d43

Please sign in to comment.