fix(css): use sanitize/typography font

This commit is contained in:
curben 2019-08-30 18:13:02 +01:00
parent e6969c729e
commit 64b7c25ce7
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 0 additions and 5 deletions

View File

@ -107,7 +107,6 @@ legend {
}
html {
font-family: sans-serif;
line-height: 1.15;
}
@ -123,13 +122,11 @@ a:hover {
}
h1 {
font-family: serif;
font-size: 1.5em;
margin: 0.5em 0;
}
h2 {
font-family: serif;
font-size: 1.3em;
}
@ -209,7 +206,6 @@ h6 {
}
body {
font-family: sans-serif;
font-size: 1.2em;
}
@ -703,7 +699,6 @@ blockquote {
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 0.9em;
background-color: #333;
}