h2 fontWeight

This commit is contained in:
Corwin Smith 2022-12-12 18:36:54 -07:00
parent 64ae7579bd
commit 3d722a3ee5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export const textStyles = {
},
h2: {
fontFamily: 'heading',
fontWeight: 400,
fontWeight: 700,
fontSize: { base: '1.5rem', md: '1.75rem' },
lineHeight: 'normal',
letterSpacing: { base: '0.03rem', md: '0.04rem' },