diff options
| author | Bardi Harborow <[email protected]> | 2016-12-16 23:43:24 +1100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-19 20:29:44 -0800 |
| commit | da18d07d8e56ed162474028a53235cbf847466d4 (patch) | |
| tree | 483f7bd07270ed391c4173156e1d4174cf5e1f93 /docs | |
| parent | 621706d2096bfd4f437b797d0a56c1dd6f0eaaa2 (diff) | |
| download | bootstrap-da18d07d8e56ed162474028a53235cbf847466d4.tar.xz bootstrap-da18d07d8e56ed162474028a53235cbf847466d4.zip | |
Add 'system-ui' to font stack.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/reboot.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 5cb4be175..e37f23d7d 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -41,7 +41,9 @@ 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 for OS X (San Francisco) + // Chrome >= 56 for OS X (San Francisco), Windows, Linux and Android + system-ui, + // Chrome < 56 for OS X (San Francisco) BlinkMacSystemFont, // Windows "Segoe UI", |
