diff --git a/html.js b/html.js index 73e4940..cd1c637 100644 --- a/html.js +++ b/html.js @@ -1,7 +1,7 @@ import React from 'react' import DocumentTitle from 'react-document-title' import { prefixLink } from 'gatsby-helpers' -import { GoogleFont, TypographyStyle } from 'typography-react' +import { GoogleFont, TypographyStyle } from 'react-typography' import typography from './utils/typography' const BUILD_TIME = new Date().getTime() diff --git a/package.json b/package.json index 5dded53..9b44312 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "react-dom": "^15.3.0", "react-responsive-grid": "^0.3.3", "react-router": "^2.6.1", + "react-typography": "^0.12.0", "safe-access": "^0.1.0", "typography": "^0.12.1", - "typography-react": "^0.10.4", "typography-theme-wordpress-2016": "^0.12.0", "underscore.string": "^3.2.3" },