From: Mark Otto Date: Mon, 25 Jul 2016 19:34:00 +0000 (-0700) Subject: Simplify system font stack to remove Linux fonts as they're too varied for our purposes X-Git-Tag: v4.0.0-alpha.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a31dacf3e0c43a73b2e61e266155b9dcce35339;p=thirdparty%2Fbootstrap.git Simplify system font stack to remove Linux fonts as they're too varied for our purposes --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 8a3df44be9..da9f5ef5bf 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;