Skip to content

Commit 83bc51a

Browse files
committed
Update monospace font stack
1 parent a74a7e1 commit 83bc51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $base-line-height: 1.5;
44

55
$ui-font: -apple-system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Noto", "Droid Sans", "Open Sans", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
66
$content-font: "Charter", "Roboto Slab", "Noto Serif", "Droid Serif", "PT Serif", "Cambria", "Constantia", "Liberation Serif", Georgia, serif;
7-
$code-font: "Roboto Mono", "Fira Mono", "Monaco", "Menlo", "Inconsolata", "Ubuntu Mono", monospace;
7+
$code-font: "SF Mono", "Roboto Mono", "Noto Mono", "Droid Mono", "Monaco", "Inconsolata", "Ubuntu Mono", "Liberation Mono", monospace;
88

99
// Colors
1010
$page-bg-color: #fdfdfd;

0 commit comments

Comments
 (0)