Skip to content

Commit

Permalink
Add SF Mono to the monospace font stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 11, 2017
1 parent 056e559 commit 79fcb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ $transition-collapse: height .35s ease !default;
// Font, line-height, and color for body text, headings, and more.

$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
$font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
$font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
$font-family-base: $font-family-sans-serif !default;

$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
Expand Down

0 comments on commit 79fcb52

Please sign in to comment.