typography-theme-sutro
Version:
A theme for Typography.js
19 lines (14 loc) • 561 B
Markdown
for Typography.js
```bash
npm install --save typography typography-theme-sutro
```
```javascript
import Typography from 'typography'
import sutroTheme from 'typography-theme-sutro'
const typography = new Typography(sutroTheme)
```
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
A theme