A theme for Typography.js
npm install typography-theme-noriegaA theme for Typography.js
bash
npm install --save typography typography-theme-noriega
`
Usage
`javascript
import Typography from 'typography'
import noriegaTheme from 'typography-theme-noriega'const typography = new Typography(noriegaTheme)
``