aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-08-18 15:40:01 +0300
committerGitHub <[email protected]>2017-08-18 15:40:01 +0300
commit94cb75ad2f956415eb676928cf37d464ef189536 (patch)
tree5f012439a3a8062c2a6c04898b7ca70b40bf66b3 /docs
parent58994a16c589caef633682bc5e7a44d8793245df (diff)
downloadbootstrap-94cb75ad2f956415eb676928cf37d464ef189536.tar.xz
bootstrap-94cb75ad2f956415eb676928cf37d464ef189536.zip
Update reboot.md (#23521)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/content/reboot.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/4.0/content/reboot.md b/docs/4.0/content/reboot.md
index f42332874..63a576c6f 100644
--- a/docs/4.0/content/reboot.md
+++ b/docs/4.0/content/reboot.md
@@ -35,8 +35,6 @@ The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped i
$font-family-sans-serif:
// Safari for OS X and iOS (San Francisco)
-apple-system,
- // Chrome >= 56 for OS X (San Francisco), Windows, Linux and Android
- system-ui,
// Chrome < 56 for OS X (San Francisco)
BlinkMacSystemFont,
// Windows
@@ -44,7 +42,9 @@ $font-family-sans-serif:
// Android
"Roboto",
// Basic web fallback
- "Helvetica Neue", Arial, sans-serif !default;
+ "Helvetica Neue", Arial, sans-serif,
+ // Emoji fonts
+ "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
{% endhighlight %}
This `font-family` is applied to the `<body>` and automatically inherited globally throughout Bootstrap. To switch the global `font-family`, update `$font-family-base` and recompile Bootstrap.