Update to latest typography
This commit is contained in:
parent
284c7970a4
commit
3efd74a20f
3 changed files with 5 additions and 4 deletions
5
html.js
5
html.js
|
|
@ -1,7 +1,8 @@
|
|||
import React from 'react'
|
||||
import DocumentTitle from 'react-document-title'
|
||||
import { prefixLink } from 'gatsby-helpers'
|
||||
import { TypographyStyle } from 'utils/typography'
|
||||
import { TypographyStyle } from 'typography-react'
|
||||
import typography from './utils/typography'
|
||||
|
||||
const BUILD_TIME = new Date().getTime()
|
||||
|
||||
|
|
@ -29,7 +30,7 @@ module.exports = React.createClass({
|
|||
content="width=device-width, initial-scale=1.0 maximum-scale=5.0"
|
||||
/>
|
||||
<title>{title}</title>
|
||||
<TypographyStyle />
|
||||
<TypographyStyle typography={typography} />
|
||||
{css}
|
||||
</head>
|
||||
<body className="landing-page">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue