From 2601dd7d4ab5fc0f696030c4d30b8f18f3499fbb Mon Sep 17 00:00:00 2001 From: adam-devel Date: Sun, 6 Sep 2020 17:56:59 +0000 Subject: [PATCH] Added another variant of the SFMono font to fix #1268 --- assets/stylesheets/global/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/global/_variables.scss b/assets/stylesheets/global/_variables.scss index c4d8235d..944db8af 100644 --- a/assets/stylesheets/global/_variables.scss +++ b/assets/stylesheets/global/_variables.scss @@ -4,7 +4,7 @@ $textColor: #333; html { --baseFont: #{$baseFont}; - --monoFont: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace; + --monoFont: 'SF Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace; --boldFontWeight: 500; --bolderFontWeight: 600;