mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:03:41 +08:00
webconfig: Stop proscribing a specific font-family
There's a macOS bug with Source Code Pro that makes it unable to be colored. Since that makes webconfig unusable, stop recommending it. Instead, we just pick the default monospace font for the system.
This commit is contained in:
parent
6eeb8861e7
commit
768defeb8e
|
@ -1,7 +1,6 @@
|
|||
body {
|
||||
background: linear-gradient(to bottom, #a7cfdf 0%, #23538a 100%);
|
||||
font-family: "Source Code Pro", "DejaVu Sans Mono", Menlo, "Ubuntu Mono", Consolas, Monaco,
|
||||
"Lucida Console", monospace, fixed;
|
||||
font-family: monospace, fixed;
|
||||
color: #222;
|
||||
min-height: 100vh; /* at least 1 screen high - to prevent the gradient from running out on a short tab */
|
||||
width: 90%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user