typography-theme-wordpress-2013
Version:
A theme for Typography.js inspired by the typography of the Wordpress 2013 default theme
19 lines (14 loc) • 676 B
Markdown
for Typography.js inspired by the typography of the Wordpress 2013 default theme
```bash
npm install --save typography typography-theme-wordpress-2013
```
```javascript
import Typography from 'typography'
import wordpress2013Theme from 'typography-theme-wordpress-2013'
const typography = new Typography(wordpress2013Theme)
```
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
A theme