💄 style: reduce bold text font weight on sans-serif

Stays the same for articles (serif).
main
welpo 1 year ago
parent 32a2d5094b
commit bcc3f83d85
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -141,6 +141,10 @@ article {
font-family: var(--serif-font);
}
strong {
font-weight: 620;
}
.full-width {
max-width: calc(100% + 2*$base-margin);
margin-left: -$base-margin;
@ -227,7 +231,7 @@ p {
}
strong {
font-weight: 620;
font-weight: 500;
}
.centered-text {

Loading…
Cancel
Save