chore: update headings letter spacing

This commit is contained in:
Nicolás Quiroz 2022-11-29 15:39:14 -03:00
parent 91dd04faa2
commit b995507cf7

@ -4,7 +4,7 @@ export const textStyles = {
fontWeight: 700, fontWeight: 700,
fontSize: '2.75rem', fontSize: '2.75rem',
lineHeight: '3.375rem', lineHeight: '3.375rem',
letterSpacing: '0.05em', letterSpacing: '0.04em',
color: 'body' color: 'body'
}, },
h2: { h2: {
@ -47,20 +47,21 @@ export const textStyles = {
header5: { header5: {
fontFamily: 'heading', fontFamily: 'heading',
fontSize: '1rem', fontSize: '1rem',
letterSpacing: '0.02em', letterSpacing: '0.04em',
lineHeight: 'normal', lineHeight: 'normal',
color: 'body' color: 'body'
}, },
header6: { header6: {
fontFamily: 'heading', fontFamily: 'heading',
fontSize: '0.875rem', fontSize: '0.875rem',
letterSpacing: '0.02em', letterSpacing: '0.04em',
lineHeight: 'normal', lineHeight: 'normal',
color: 'body' color: 'body'
}, },
'header-font': { 'header-font': {
fontFamily: 'heading', fontFamily: 'heading',
fontWeight: 700, fontWeight: 700,
letterSpacing: '0.04em',
fontSize: { base: '0.86rem', sm: '1rem' }, fontSize: { base: '0.86rem', sm: '1rem' },
color: 'body' color: 'body'
}, },