diff options
| author | Mark Otto <[email protected]> | 2016-07-25 12:34:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-07-25 12:34:00 -0700 |
| commit | 0a31dacf3e0c43a73b2e61e266155b9dcce35339 (patch) | |
| tree | b52af84c249424f17af713c7464e1adf54fbf468 | |
| parent | dcbe373361c1a744f5be837fd1158404cf111e5c (diff) | |
| download | bootstrap-0a31dacf3e0c43a73b2e61e266155b9dcce35339.tar.xz bootstrap-0a31dacf3e0c43a73b2e61e266155b9dcce35339.zip | |
Simplify system font stack to remove Linux fonts as they're too varied for our purposes
| -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 8a3df44be..da9f5ef5b 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -158,7 +158,7 @@ $grid-gutter-width: 30px !default; // // Font, line-height, and color for body text, headings, and more. -$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif !default; +$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "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; |
