h2 fontWeight
This commit is contained in:
parent
64ae7579bd
commit
3d722a3ee5
|
@ -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 New Issue