fix(css): drop sanitize/typography to simplify font

This commit is contained in:
curben 2019-08-30 20:08:10 +01:00
parent b5d2790081
commit 2fa38ae0ed
1 changed files with 2 additions and 1 deletions

View File

@ -2,13 +2,13 @@
/* Require postcss-normalize */ /* Require postcss-normalize */
@import "sanitize"; @import "sanitize";
@import "sanitize/forms"; @import "sanitize/forms";
@import "sanitize/typography";
html { html {
line-height: 1.15; line-height: 1.15;
} }
body { body {
font-family: sans-serif;
font-size: 1.2em; font-size: 1.2em;
line-height: 1.5; line-height: 1.5;
} }
@ -36,6 +36,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: serif;
font-weight: bold; font-weight: bold;
line-height: 1.35; line-height: 1.35;
margin-top: 1em; margin-top: 1em;