# Wordpress 2016 — a <a href='https://github.com/kyleamathews/typography.js'>Typography.js</a> theme

A theme for Typography.js inspired by the typography of the Wordpress 2016 default theme

## Install
```bash
npm install --save typography typography-theme-wordpress-2016
```
## Usage
```javascript
import Typography from 'typography'
import wordpress2016Theme from 'typography-theme-wordpress-2016'

const typography = new Typography(wordpress2016Theme)
```
## More on theme

Wordpress 2016 uses "<a href='https://fonts.google.com/specimen/Merriweather'>Merriweather</a>" for headers and "<a href='https://fonts.google.com/specimen/Merriweather'>Merriweather</a>" for body text
