Merge pull request #68 from Artanicus/pruned-patch
Define monospace fonts more explicitly
This commit is contained in:
commit
e5ddb7945f
1 changed files with 4 additions and 0 deletions
|
|
@ -2,3 +2,7 @@ body {
|
||||||
background: black;
|
background: black;
|
||||||
color: #bbbbbb;
|
color: #bbbbbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
font-family: DejaVu Sans Mono, Menlo, monospace;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue