apply monospace font correctly

This commit is contained in:
Matthew Hodgson
2019-05-19 17:41:18 +01:00
parent 069a5a9546
commit e48cc44cba
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -32,6 +32,10 @@ body {
margin: 0px;
}
code {
font-family: $monospace-font-family;
}
.error, .warning {
color: $warning-color;
}