Skip to content

Commit ccfc359

Browse files
committed
Use a prettier monospace font.
1 parent e28fe69 commit ccfc359

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

default.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ pre {
5252
margin-bottom: 1em;
5353
}
5454

55+
pre, code {
56+
font-family: "DejaVu Sans Mono", "Consolas", "Andale Mono", monospace;
57+
font-size: .9em;
58+
}
59+
5560
img {
5661
border-style: none;
5762
color: white;

0 commit comments

Comments
 (0)