diff options
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", |
