Skip to content

Commit

Permalink
Lenteveld CSS for headings
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed Jan 26, 2024
1 parent d346cdf commit 95423b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/css/src/components/heading/heading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
color: var(--amsterdam-heading-color);
font-family: var(--amsterdam-heading-font-family);
font-weight: var(--amsterdam-heading-font-weight);
hyphenate-limit-chars: 12 8 4;
hyphenate-limit-lines: 2;
hyphens: auto;
overflow-wrap: break-word;
word-break: break-word;

@include reset;
}
Expand Down

0 comments on commit 95423b2

Please sign in to comment.