From c276bbdea6242e493ec451209bdbbc43de75727c Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 15 Jan 2022 19:46:06 -0500 Subject: [PATCH] Fix monospace text --- Reader/read.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Reader/read.css b/Reader/read.css index c5ba103..35c562f 100644 --- a/Reader/read.css +++ b/Reader/read.css @@ -37,7 +37,8 @@ figcaption { } pre, code { - font-family: ui-monospace; + /* ui-monospace doesn't work for some reason, even though the other ui- fonts do */ + font-family: ui-monospace, "SF Mono"; } pre {