diff options
| author | Mark Otto <[email protected]> | 2017-07-03 11:45:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-10 22:47:54 -0700 |
| commit | 79fcb527bf83c4d4378837dfd9eb707ff53bb322 (patch) | |
| tree | 85f972d4e359923ed8ecc6e9a56a1c37162908ef | |
| parent | 056e5594ef6b26961f7cb7dbb9b8d36a6cb1f4b3 (diff) | |
| download | bootstrap-79fcb527bf83c4d4378837dfd9eb707ff53bb322.tar.xz bootstrap-79fcb527bf83c4d4378837dfd9eb707ff53bb322.zip | |
Add SF Mono to the monospace font stack
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 571362e67..2cc6caf06 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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` |
