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

A theme for Typography.js

## Install
```bash
npm install --save typography typography-theme-doelger
```
## Usage
```javascript
import Typography from 'typography'
import doelgerTheme from 'typography-theme-doelger'

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

Doelger uses "<a href='https://fonts.google.com/specimen/Arvo'>Arvo</a>" for headers and "<a href='https://fonts.google.com/specimen/Cabin'>Cabin</a>" for body text
