Use gatsby-plugin-typography and remove the html.js

This commit is contained in:
Kyle Mathews 2017-08-04 19:10:53 -07:00
parent 8f03c8589e
commit 33ed103d69
5 changed files with 9068 additions and 53 deletions

View file

@ -43,5 +43,9 @@ module.exports = {
},
`gatsby-plugin-offline`,
`gatsby-plugin-react-helmet`,
{
resolve: "gatsby-plugin-typography",
pathToConfigModule: "src/utils/typography",
},
],
}