Skip to content

Commit b078b55

Browse files
authored
Merge pull request freeCodeCamp#1269 from adam-devel/master
Add another variant of the SFMono font name
2 parents 88688f8 + 2601dd7 commit b078b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/stylesheets/global/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $textColor: #333;
44

55
html {
66
--baseFont: #{$baseFont};
7-
--monoFont: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
7+
--monoFont: 'SF Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
88
--boldFontWeight: 500;
99
--bolderFontWeight: 600;
1010

0 commit comments

Comments
 (0)