typography-theme-ocean-beach
Version:
A theme for Typography.js
19 lines (14 loc) • 587 B
Markdown
for Typography.js
```bash
npm install --save typography typography-theme-ocean-beach
```
```javascript
import Typography from 'typography'
import oceanBeachTheme from 'typography-theme-ocean-beach'
const typography = new Typography(oceanBeachTheme)
```
Ocean Beach uses "<a href='https://fonts.google.com/specimen/Roboto+Slab'>Roboto Slab</a>" for headers and "<a href='https://fonts.google.com/specimen/Roboto'>Roboto</a>" for body text
A theme