Skip to content

Commit

Permalink
fix(headings): update font-weight to semibold (600) (#1908)
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Skinner <[email protected]>
  • Loading branch information
ju-Skinner and kajabi-bot committed Jul 23, 2024
1 parent d131430 commit ce0eefa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sage-assets/lib/stylesheets/tokens/_type_specs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ $sage-type-specs: (
kerning: sage-letter-spacing(5xl),
responsive: true,
type-pairing: h1,
weight: sage-font-weight(bold),
weight: sage-font-weight(semibold),
),
"heading-2": (
kerning: sage-letter-spacing(4xl),
responsive: true,
type-pairing: h2,
weight: sage-font-weight(bold),
weight: sage-font-weight(semibold),
),
"heading-3": (
kerning: sage-letter-spacing(3xl),
responsive: true,
type-pairing: h3,
weight: sage-font-weight(bold),
weight: sage-font-weight(semibold),
),
"heading-4": (
kerning: sage-letter-spacing(2xl),
Expand Down

0 comments on commit ce0eefa

Please sign in to comment.