mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
Improve code comments on system sans-serif
fonts
Follow-up to Id00fbe7ca90a3b31524c618de4441c413fe4afbe. Change-Id: I2c77a990aca0fac8a4ef59cf6a0abcddce65939e
This commit is contained in:
parent
f977c1f8c6
commit
e052e436f3
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue