Skip to content

Commit

Permalink
💄 style: reduce bold text font weight on sans-serif
Browse files Browse the repository at this point in the history
Stays the same for articles (serif).
  • Loading branch information
welpo committed Sep 12, 2023
1 parent 32a2d50 commit bcc3f83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -227,7 +231,7 @@ p {
}

strong {
font-weight: 620;
font-weight: 500;
}

.centered-text {
Expand Down

0 comments on commit bcc3f83

Please sign in to comment.