Merge pull request #68 from Artanicus/pruned-patch

Define monospace fonts more explicitly
This commit is contained in:
Igor Chubin 2017-02-04 22:51:59 +01:00 committed by GitHub
commit e5ddb7945f

View file

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