Skip to content

Commit

Permalink
Changed typography to avoid too much uppercase
Browse files Browse the repository at this point in the history
Signed-off-by: Anneke Sinnema <[email protected]>
  • Loading branch information
anneke committed Oct 20, 2024
1 parent e69791f commit 954aed4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/_assets/css/common/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ h1 {
h2 {
font-size: 1.5rem;
line-height: 1.25;
text-transform: uppercase;
font-family: var(--font-family-decoration), sans-serif;
margin-block-start: 0.83em;
margin-block-start: 1.23em;
margin-block-end: 0.83em;
}

Expand Down

0 comments on commit 954aed4

Please sign in to comment.