Up header weight to 900

This commit is contained in:
Kyle Mathews 2016-06-06 10:21:57 -07:00
parent dfeb3ffd44
commit bf466274f9

View file

@ -3,6 +3,7 @@ import Typography from 'typography'
const options = { const options = {
baseFontSize: '18px', baseFontSize: '18px',
baseLineHeight: '27px', baseLineHeight: '27px',
headerWeight: 900,
} }
const typography = new Typography(options) const typography = new Typography(options)