]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Switch to native font stack
authorMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 07:01:59 +0000 (23:01 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 07:01:59 +0000 (23:01 -0800)
scss/_variables.scss

index 11a4f4751fcb71409129495728fb06a0827a427f..5791d141ed5cd208b62c68c6c79967c77e7b53f5 100644 (file)
@@ -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;