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
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue