Skip to content

Commit

Permalink
Use fonts found on terminals for the web config.
Browse files Browse the repository at this point in the history
Fixes fish-shell#2924

Instead of just using Courier New across the board, have the
browser try several likely available fonts before defaulting
to the system's "monospace".
  • Loading branch information
floam committed Apr 10, 2016
1 parent 8b67a1b commit 709f758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/tools/web_config/fishconfig.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
background-color: #292929;
font-family: Courier, "Courier New", monospace;
font-family: "Source Code Pro", Menlo, Consolas, "Bitstream Vera Sans Mono", monospace;
color: white;
}

Expand Down

0 comments on commit 709f758

Please sign in to comment.