diff --git a/utils/typography.js b/utils/typography.js index bd28682..05bca1b 100644 --- a/utils/typography.js +++ b/utils/typography.js @@ -3,6 +3,7 @@ import Typography from 'typography' const options = { baseFontSize: '18px', baseLineHeight: '27px', + headerWeight: 900, } const typography = new Typography(options)