[devdocsgjs/main: 1067/1867] Added another variant of the SFMono font to fix #1268




commit 2601dd7d4ab5fc0f696030c4d30b8f18f3499fbb
Author: adam-devel <adam devel protonmail com>
Date:   Sun Sep 6 17:56:59 2020 +0000

    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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]