# Twin Peaks — 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-twin-peaks
```
## Usage
```javascript
import Typography from 'typography'
import twinPeaksTheme from 'typography-theme-twin-peaks'

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

Twin Peaks uses "<a href='https://fonts.google.com/specimen/Rosario'>Rosario</a>" for headers and "<a href='https://fonts.google.com/specimen/Crimson+Text'>Crimson Text</a>" for body text
