font-family has to be "sans-serif", not "sans"

This commit is contained in:
Rupus Reinefjord 2018-10-09 14:55:15 +02:00
parent 72de950f3c
commit a1388e6e82

View file

@ -16,7 +16,7 @@ body {
} }
h1, h2, h3 { h1, h2, h3 {
font-family: sans; font-family: sans-serif;
} }
main { main {
@ -34,7 +34,7 @@ dd {
} }
code, .email { code, .email {
font-family: monospace, sans; font-family: monospace, sans-serif;
font-size: 0.9em; font-size: 0.9em;
} }