diff --git a/Shared/Article Rendering/stylesheet.css b/Shared/Article Rendering/stylesheet.css index 8bcf7ad3a..55f6cb946 100644 --- a/Shared/Article Rendering/stylesheet.css +++ b/Shared/Article Rendering/stylesheet.css @@ -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); }