]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes+tweaks to native font stack docs 19126/head
authorChris Rebert <github@chrisrebert.com>
Mon, 8 Feb 2016 11:53:59 +0000 (03:53 -0800)
committerChris Rebert <github@chrisrebert.com>
Mon, 8 Feb 2016 11:53:59 +0000 (03:53 -0800)
[skip sauce]

docs/content/reboot.md

index 2c65e6e21908b8971cbf4002104e4b4de5859817..73ea411719e83d09375370545449373c282a3619 100644 (file)
@@ -34,20 +34,24 @@ The `<html>` and `<body>` elements are updated to provide better page-wide defau
 
 ## Native font stack
 
-The default web (Helvetica Neue, Helvetica, and Arial) fonts have been dropped in Bootstrap 4 and replaced with a "native font stack" for optimum text rendering on every device and OS. Read more about [native font stacks in this Smashing Magazine article](https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/).
+The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped in Bootstrap 4 and replaced with a "native font stack" for optimum text rendering on every device and OS. Read more about [native font stacks in this *Smashing Magazine* article](https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/).
 
 {% highlight sass %}
 $font-family-sans-serif:
   // Safari for OS X and iOS (San Francisco)
   -apple-system,
-  // Chrome for OS X (San Francisco) and Windows (Segoe UI)
+  // Chrome for OS X (San Francisco)
   BlinkMacSystemFont,
   // Windows
   "Segoe UI",
   // Android
   "Roboto",
-  // Linux distros
-  "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
+  // Linux
+  "Oxygen", // KDE
+  "Ubuntu",
+  "Cantarell", // GNOME
+  // Firefox OS [R.I.P.]
+  "Fira Sans",
   // Older Android
   "Droid Sans",
   // Basic web fallback