mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-05 15:52:55 +00:00
chore: update headings letter spacing
This commit is contained in:
parent
91dd04faa2
commit
b995507cf7
1 changed files with 4 additions and 3 deletions
|
|
@ -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'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue