Switch to use react-typography
This commit is contained in:
parent
728dee0b30
commit
8adca0d4ab
2 changed files with 2 additions and 2 deletions
2
html.js
2
html.js
|
|
@ -1,7 +1,7 @@
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import DocumentTitle from 'react-document-title'
|
import DocumentTitle from 'react-document-title'
|
||||||
import { prefixLink } from 'gatsby-helpers'
|
import { prefixLink } from 'gatsby-helpers'
|
||||||
import { GoogleFont, TypographyStyle } from 'typography-react'
|
import { GoogleFont, TypographyStyle } from 'react-typography'
|
||||||
import typography from './utils/typography'
|
import typography from './utils/typography'
|
||||||
|
|
||||||
const BUILD_TIME = new Date().getTime()
|
const BUILD_TIME = new Date().getTime()
|
||||||
|
|
|
||||||
|
|
@ -20,9 +20,9 @@
|
||||||
"react-dom": "^15.3.0",
|
"react-dom": "^15.3.0",
|
||||||
"react-responsive-grid": "^0.3.3",
|
"react-responsive-grid": "^0.3.3",
|
||||||
"react-router": "^2.6.1",
|
"react-router": "^2.6.1",
|
||||||
|
"react-typography": "^0.12.0",
|
||||||
"safe-access": "^0.1.0",
|
"safe-access": "^0.1.0",
|
||||||
"typography": "^0.12.1",
|
"typography": "^0.12.1",
|
||||||
"typography-react": "^0.10.4",
|
|
||||||
"typography-theme-wordpress-2016": "^0.12.0",
|
"typography-theme-wordpress-2016": "^0.12.0",
|
||||||
"underscore.string": "^3.2.3"
|
"underscore.string": "^3.2.3"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue