]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update reboot.md (#23521)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 18 Aug 2017 12:40:01 +0000 (15:40 +0300)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2017 12:40:01 +0000 (15:40 +0300)
docs/4.0/content/reboot.md

index f42332874e91a885714fda686e0c6ff6003bf947..63a576c6fcf1688b97070f567bb7a1a12b0370e0 100644 (file)
@@ -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.