h1 letterSpacing to match design

This commit is contained in:
Paul Wackerow 2022-11-28 13:38:26 -08:00
parent ccc3c5b420
commit eae8e0149d
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export const textStyles = {
fontFamily: 'heading', fontFamily: 'heading',
fontWeight: 700, fontWeight: 700,
fontSize: '2.125rem', fontSize: '2.125rem',
letterSpacing: '0.03em', letterSpacing: '0.04em',
lineHeight: 'normal' lineHeight: 'normal'
}, },
header2: { header2: {