mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Use fonts found on terminals for the web config.
Instead of just using Courier New across the board, have the browser try several likely available fonts before defaulting to the system's "monospace". Thanks @MarkGriffiths Fixes #2924
This commit is contained in:
parent
73f2992a2e
commit
00e32a0909
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
body {
|
||||
background-color: #292929;
|
||||
font-family: Courier, "Courier New", monospace;
|
||||
font-family: "Source Code Pro", "DejaVu Sans Mono", Menlo, "Ubuntu Mono", Consolas, Monaco, "Lucida Console", monospace, fixed;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue