Use typography-theme-wordpress-2016 as default theme
This commit is contained in:
parent
3efd74a20f
commit
a865b54d5e
8 changed files with 17 additions and 32 deletions
3
html.js
3
html.js
|
|
@ -1,7 +1,7 @@
|
|||
import React from 'react'
|
||||
import DocumentTitle from 'react-document-title'
|
||||
import { prefixLink } from 'gatsby-helpers'
|
||||
import { TypographyStyle } from 'typography-react'
|
||||
import { GoogleFont, TypographyStyle } from 'typography-react'
|
||||
import typography from './utils/typography'
|
||||
|
||||
const BUILD_TIME = new Date().getTime()
|
||||
|
|
@ -31,6 +31,7 @@ module.exports = React.createClass({
|
|||
/>
|
||||
<title>{title}</title>
|
||||
<TypographyStyle typography={typography} />
|
||||
<GoogleFont typography={typography} />
|
||||
{css}
|
||||
</head>
|
||||
<body className="landing-page">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue