Code fall back to sans-serif if no monospace font

This commit is contained in:
Paulus Schoutsen 2015-10-29 09:08:21 -07:00
parent b2ed9abae9
commit 766b0814d6
2 changed files with 2 additions and 2 deletions

View file

@ -163,7 +163,7 @@ code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-family: monospace, sans-serif;
font-size: 1em;
}