From a05fd3e634f2bb048d7f0b464bac334a06fc5986 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Mon, 22 Jan 2018 17:00:24 -0800 Subject: [PATCH] Remove googleFonts key as we use typefaces for loading fonts fixes #85 --- src/utils/typography.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/typography.js b/src/utils/typography.js index b693ef8..bfd348e 100644 --- a/src/utils/typography.js +++ b/src/utils/typography.js @@ -7,6 +7,8 @@ Wordpress2016.overrideThemeStyles = () => ({ }, }) +delete Wordpress2016.googleFonts + const typography = new Typography(Wordpress2016) // Hot reload typography in development.