mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-05 07:42:57 +00:00
h2 fontWeight
This commit is contained in:
parent
64ae7579bd
commit
3d722a3ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export const textStyles = {
|
||||||
},
|
},
|
||||||
h2: {
|
h2: {
|
||||||
fontFamily: 'heading',
|
fontFamily: 'heading',
|
||||||
fontWeight: 400,
|
fontWeight: 700,
|
||||||
fontSize: { base: '1.5rem', md: '1.75rem' },
|
fontSize: { base: '1.5rem', md: '1.75rem' },
|
||||||
lineHeight: 'normal',
|
lineHeight: 'normal',
|
||||||
letterSpacing: { base: '0.03rem', md: '0.04rem' },
|
letterSpacing: { base: '0.03rem', md: '0.04rem' },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue