Skip to content

Commit

Permalink
Merge pull request #1219 from arzg/ui-monospace
Browse files Browse the repository at this point in the history
Prepend monospace font stack with new ui-monospace font family
  • Loading branch information
simurai authored May 26, 2021
2 parents 7929796 + 0a278f7 commit 1502641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/variables/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $lh-default: 1.5 !default;
$body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !default;

// Monospace font stack
$mono-font: "SF Mono", Consolas, "Liberation Mono", Menlo, monospace !default;
$mono-font: ui-monospace, "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !default;

// The base body size
$body-font-size: 14px !default;
Expand Down

0 comments on commit 1502641

Please sign in to comment.