mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 11:41:15 -03:00
welcome.html: Provide fallback font-families as we are unsure
Yosemite know's about system-ui. We do know `-apple-system` predated `system-ui` and are otherwise aware that `Menlo` and `Helvetica Neue` will exist and be 'right' on 10.10 and earlier.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
font-family: system-ui;
|
||||
font-family: system-ui, -apple-system, "Helvetica Neue", sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
code, tt {
|
||||
font-family: ui-monospace;
|
||||
font-family: ui-monospace, Menlo, monospace;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user