Use typography-theme-wordpress-2016 as default theme

This commit is contained in:
Kyle Mathews 2016-06-28 20:02:19 -07:00
parent 3efd74a20f
commit a865b54d5e
8 changed files with 17 additions and 32 deletions

View file

@ -1,11 +1,7 @@
import Typography from 'typography'
import Wordpress2016 from 'typography-theme-wordpress-2016'
const options = {
baseFontSize: '18px',
baseLineHeight: '27px',
}
const typography = new Typography(options)
const typography = new Typography(Wordpress2016)
// Hot reload typography in development.
if (process.env.NODE_ENV !== 'production') {