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:
Aaron Gyes 2016-04-09 22:28:00 -07:00 committed by Kurtis Rader
parent 73f2992a2e
commit 00e32a0909

View file

@ -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;
}