aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-08 12:59:25 -0800
committerChris Rebert <[email protected]>2016-02-08 12:59:25 -0800
commitb6b063812be2a74c4379d07bc27d403c426c6ef9 (patch)
tree3e0593d13ee5698fabb29fc99d06591d4b432405 /docs
parent950706dbf9556a080d3754c32b76dee2fbaf68d7 (diff)
parent9248602ecf776963719f34180ee12f4422bde563 (diff)
downloadbootstrap-b6b063812be2a74c4379d07bc27d403c426c6ef9.tar.xz
bootstrap-b6b063812be2a74c4379d07bc27d403c426c6ef9.zip
Merge pull request #19126 from twbs/native-font-stack-docs
Fixes+tweaks to native font stack docs
Diffstat (limited to 'docs')
-rw-r--r--docs/content/reboot.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md
index 2c65e6e21..73ea41171 100644
--- a/docs/content/reboot.md
+++ b/docs/content/reboot.md
@@ -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