From bf466274f936ec006d1eeebb243a5a9d297c2529 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Mon, 6 Jun 2016 10:21:57 -0700 Subject: [PATCH] Up header weight to 900 --- utils/typography.js | 1 + 1 file changed, 1 insertion(+) 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)