mirror of https://gitlab.com/curben/blog
fix(css): drop sanitize/typography to simplify font
This commit is contained in:
parent
b5d2790081
commit
2fa38ae0ed
|
@ -2,13 +2,13 @@
|
|||
/* Require postcss-normalize */
|
||||
@import "sanitize";
|
||||
@import "sanitize/forms";
|
||||
@import "sanitize/typography";
|
||||
|
||||
html {
|
||||
line-height: 1.15;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
@ -36,6 +36,7 @@ h3,
|
|||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: serif;
|
||||
font-weight: bold;
|
||||
line-height: 1.35;
|
||||
margin-top: 1em;
|
||||
|
|
Loading…
Reference in New Issue