Parcourir la source

Added another variant of the SFMono font to fix #1268

adam-devel il y a 5 ans
Parent
commit
2601dd7d4a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      assets/stylesheets/global/_variables.scss

+ 1 - 1
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;