Skip to content

Commit

Permalink
Clearer font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Dec 9, 2023
1 parent 98ab1e9 commit 9d136e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _embed/templates/theme-global/stylesheet/utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a:hover,
}

b, strong, .bold {
font-weight:calc(var(--weight) + 200);
font-weight:calc(var(--weight) + 100);
}

.text-thin {
Expand Down

0 comments on commit 9d136e4

Please sign in to comment.