Skip to content

Commit

Permalink
feat: adds text-wrap balance to headlines h1 - h6
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-sch committed Aug 7, 2024
1 parent 5d505b9 commit 17b345b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/foundations/scss/init/default-fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $headlines: (
:is(h1, h2, h3, h4, h5, h6) {
font-family: var(--db-font-family-head);
font-weight: 700;
text-wrap: balance;

&[data-variant="light"] {
font-weight: 300;
Expand Down

0 comments on commit 17b345b

Please sign in to comment.