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;