Skip to content

Commit

Permalink
fix(ras-acc): ensure all headings are 600 font weight (#3296)
Browse files Browse the repository at this point in the history
This PR makes all headings have a font weight of 600.
  • Loading branch information
chickenn00dle authored Aug 2, 2024
1 parent 380fa3d commit 33cb637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/newspack-ui/scss/elements/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

h1, h2, h3, h4, h5, h6 {
font-family: var( --newspack-ui-font-family );
font-weight: var( --newspack-ui-font-weight-strong );
}

strong,
Expand Down

0 comments on commit 33cb637

Please sign in to comment.