chore: update headings letter spacing

pull/26459/head^2
Nicolás Quiroz 2 years ago
parent 91dd04faa2
commit b995507cf7
  1. 7
      src/theme/foundations/textStyles.ts

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

Loading…
Cancel
Save