From 8f3eab5ea70a96699aae7feb3fe8e0eecd053008 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Fri, 18 Nov 2016 19:36:51 -0800 Subject: [PATCH] Try Prata for header typeface --- www/utils/typography.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/www/utils/typography.js b/www/utils/typography.js index 8dbc1fdbe3e34..fe448ee5df588 100644 --- a/www/utils/typography.js +++ b/www/utils/typography.js @@ -12,6 +12,12 @@ const options = { '700', ], }, + { + name: 'Prata', + styles: [ + '400', + ], + }, { name: 'Space Mono', styles: [ @@ -22,14 +28,15 @@ const options = { ], }, ], - headerFontFamily: [`Playfair Display`, `sans-serif`], + headerFontFamily: [`Prata`, `sans-serif`], bodyFontFamily: [`Futura PT`, `sans-serif`], baseFontSize: `18px`, baseLineHeight: 1.4, + scaleRatio: 1.666, + headerWeight: `400`, headerColor: `hsla(0,0%,0%,0.8)`, bodyColor: `hsla(0,0%,0%,0.7)`, blockMarginBottom: 0.75, - scale: 2, plugins: [ new CodePlugin(), ],