# Wordpress 2013 — 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 2013 default theme

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

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

Wordpress 2013 uses "<a href='https://fonts.google.com/specimen/Bitter'>Bitter</a>" for headers and "<a href='https://fonts.google.com/specimen/Source+Sans+Pro'>Source Sans Pro</a>" for body text
