# Elk Glen — 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-elk-glen
```
## Usage
```javascript
import Typography from 'typography'
import elkGlenTheme from 'typography-theme-elk-glen'

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

Elk Glen uses "<a href='https://fonts.google.com/specimen/Oswald'>Oswald</a>" for headers and "<a href='https://fonts.google.com/specimen/PT+Sans'>PT Sans</a>" for body text
