# Sutro — 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-sutro
```
## Usage
```javascript
import Typography from 'typography'
import sutroTheme from 'typography-theme-sutro'

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

Sutro uses "<a href='https://fonts.google.com/specimen/Open+Sans'>Open Sans</a>" for headers and "<a href='https://fonts.google.com/specimen/Merriweather'>Merriweather</a>" for body text
