mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Specify SF Mono Regular for code and pre blocks — fix an issue where it was choosing a too-heavy SF Mono.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user