font-family has to be "sans-serif", not "sans"
This commit is contained in:
parent
72de950f3c
commit
a1388e6e82
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ body {
|
|||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: sans;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
|
@ -34,7 +34,7 @@ dd {
|
|||
}
|
||||
|
||||
code, .email {
|
||||
font-family: monospace, sans;
|
||||
font-family: monospace, sans-serif;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue