mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 00:20:26 +03:00
feat(fix): Update font styles
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
html {
|
||||
font-family: $font-family-serif;
|
||||
font-family: $font-family-sans-serif;
|
||||
font-size: 62.5%;
|
||||
}
|
||||
|
||||
@ -7,7 +7,7 @@ body {
|
||||
background-color: $color-bg;
|
||||
color: $color-text;
|
||||
font-size: $font-size-base;
|
||||
line-height: 1.56;
|
||||
line-height: 1.6em;
|
||||
margin: auto;
|
||||
max-width: 52em;
|
||||
padding: 13px;
|
||||
@ -39,7 +39,6 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
@include word-wrap;
|
||||
font-family: $font-family-sans-serif;
|
||||
font-weight: 700;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user