💄 style: reduce bold text font weight on sans-serif
Stays the same for articles (serif).
This commit is contained in:
parent
32a2d5094b
commit
bcc3f83d85
@ -141,6 +141,10 @@ article {
|
|||||||
font-family: var(--serif-font);
|
font-family: var(--serif-font);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 620;
|
||||||
|
}
|
||||||
|
|
||||||
.full-width {
|
.full-width {
|
||||||
max-width: calc(100% + 2*$base-margin);
|
max-width: calc(100% + 2*$base-margin);
|
||||||
margin-left: -$base-margin;
|
margin-left: -$base-margin;
|
||||||
@ -227,7 +231,7 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: 620;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered-text {
|
.centered-text {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user