diff options
| author | Mark Otto <[email protected]> | 2016-02-05 23:01:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-05 23:01:59 -0800 |
| commit | 73e5e89e0efb938072ba3b1da5d06d0d0e659db9 (patch) | |
| tree | 11473c5f665c29ecc0902a22b4c719c854f2404d | |
| parent | 18be3be3f48d7d813ccc71d4594c836e6dbddb04 (diff) | |
| download | bootstrap-73e5e89e0efb938072ba3b1da5d06d0d0e659db9.tar.xz bootstrap-73e5e89e0efb938072ba3b1da5d06d0d0e659db9.zip | |
Switch to native font stack
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 11a4f4751..5791d141e 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -137,10 +137,10 @@ $grid-gutter-width: 1.875rem !default; // 30px // // Font, line-height, and color for body text, headings, and more. -$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif !default; +$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", Arial, sans-serif !default; $font-family-serif: Georgia, "Times New Roman", Times, serif !default; $font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; -$font-family-base: $font-family-sans-serif !default; +$font-family-base: $font-family-sans-serif !default; // Pixel value used to responsively scale all typography. Applied to the `<html>` element. $font-size-root: 16px !default; |
