artdvp
12/10/2017 - 8:07 AM

Add Typography.js

Add Typography.js

module.exports = {
  siteMetadata: {
    title: `Gatsby Default Starter`,
  },
  plugins: [`gatsby-plugin-react-helmet`,`gatsby-transformer-remark`,`gatsby-plugin-typography`,
  {
  	resolve: `gatsby-source-filesystem`,
  	options: {
  		name: `src`,
  		path: `${__dirname}/src`
  	}
  }],
}