add fallback monospace font

This commit is contained in:
neri 2020-01-14 21:43:32 +01:00
parent 5355950c7b
commit 0b98d2dfc3
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ h3,
h4,
h5,
h6 {
font-family: "Space Mono";
font-family: "Space Mono", monospace;
font-weight: bold;
}