diff --git a/minerva.less/minerva.variables.less b/minerva.less/minerva.variables.less index 6d78936f4..faa42066a 100644 --- a/minerva.less/minerva.variables.less +++ b/minerva.less/minerva.variables.less @@ -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;