# US Web Design Standards — 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-us-web-design-standards
```
## Usage
```javascript
import Typography from 'typography'
import usWebDesignStandardsTheme from 'typography-theme-us-web-design-standards'

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

US Web Design Standards uses "<a href='https://fonts.google.com/specimen/Merriweather'>Merriweather</a>" for headers and "<a href='https://fonts.google.com/specimen/Source+Sans+Pro'>Source Sans Pro</a>" for body text
