add fallback monospace font
This commit is contained in:
parent
5355950c7b
commit
0b98d2dfc3
|
@ -34,6 +34,6 @@ h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: "Space Mono";
|
font-family: "Space Mono", monospace;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue