feat(fix): Update font styles
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
ad75962731
commit
7eb7bb58a0
@ -3,8 +3,7 @@ $color-bg: #f9f9f9;
|
|||||||
$color-blossom: #338618;
|
$color-blossom: #338618;
|
||||||
$color-fade: #5e5e5e;
|
$color-fade: #5e5e5e;
|
||||||
$color-text: #4a4a4a;
|
$color-text: #4a4a4a;
|
||||||
$font-family-sans-serif: "-apple-system", BlinkMacSystemFont, Verdana, Geneva, ssans-serif;
|
$font-family-sans-serif: "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
$font-family-serif: serif;
|
|
||||||
$font-size-base: 1.6rem;
|
$font-size-base: 1.6rem;
|
||||||
|
|
||||||
@import 'sakura/main';
|
@import 'sakura/main';
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
html {
|
html {
|
||||||
font-family: $font-family-serif;
|
font-family: $font-family-sans-serif;
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ body {
|
|||||||
background-color: $color-bg;
|
background-color: $color-bg;
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
line-height: 1.56;
|
line-height: 1.6em;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 52em;
|
max-width: 52em;
|
||||||
padding: 13px;
|
padding: 13px;
|
||||||
@ -39,7 +39,6 @@ h4,
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
@include word-wrap;
|
@include word-wrap;
|
||||||
font-family: $font-family-sans-serif;
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user