# Kirkham — 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-kirkham
```
## Usage
```javascript
import Typography from 'typography'
import kirkhamTheme from 'typography-theme-kirkham'

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

Kirkham uses "<a href='https://fonts.google.com/specimen/Playfair+Display'>Playfair Display</a>" for headers and "<a href='https://fonts.google.com/specimen/Fira+Sans'>Fira Sans</a>" for body text
