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 */
|
/* 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;
|
||||||
|
|
Loading…
Reference in New Issue