Improve code comments on system `sans-serif` fonts

Follow-up to Id00fbe7ca90a3b31524c618de4441c413fe4afbe.

Change-Id: I2c77a990aca0fac8a4ef59cf6a0abcddce65939e
This commit is contained in:
Volker E 2019-03-27 15:35:33 -07:00
parent f977c1f8c6
commit e052e436f3
1 changed files with 5 additions and 5 deletions

View File

@ -6,14 +6,14 @@
/**
* System font stack for sans-serif fonts
*
* `-apple-system` Support: Safari for macOS and iOS ('San Francisco')
* `BlinkMacSystemFont` Chrome < 56 for macOS ('San Francisco')
* `-apple-system` ('San Francisco') Support: Safari 9+ macOS and iOS, Firefox macOS
* `BlinkMacSystemFont` ('San Francisco') Chrome 48+ macOS and iOS
* `Segoe UI` Windows Vista & newer
* `Roboto` Android
* `Lato` Wikimedia Design choice
* `Roboto` Android 4.0
* `Lato` Wikimedia Design choice, OFL licensed
* `Helvetica, Arial, sans-serif` (Generic) Web fallback
* Note that CSS Fonts Module Level 4's `system-ui` value has resulted in unresolved
* side-effects in certain OS/language combinations as of now and is therefore not included.
* side-effects in certain OS/language combinations and is therefore not included as of now.
*/
@fontFamilySans: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Lato', 'Helvetica', 'Arial', sans-serif;
@fontFamilyBase: @fontFamilySans;