Define font-family for pre to aid OS's in selecting good monospace fonts

This commit is contained in:
Artanicus 2017-02-04 23:09:31 +02:00
parent 89b6f82e77
commit 6256fb7784

View file

@ -2,3 +2,7 @@ body {
background: black;
color: #bbbbbb;
}
pre {
font-family: DejaVu Sans Mono, Menlo, monospace;
}