Skip to content

Commit 162a5d2

Browse files
Fix monospace font
1 parent 0f50576 commit 162a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
code {
2-
font-family: 'Liberation Mono';
2+
font-family: 'Liberation Mono', monospace;
33
}
44

55
button {

0 commit comments

Comments
 (0)