mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00: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:
parent
77fa3df7dc
commit
75d1a0cb5a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue