A theme for Typography.js inspired by the typography of the Anonymous Pro
npm install typography-theme-anonymousA theme for Typography.js inspired by Anonymous Pro typography
bash
npm install --save typography typography-theme-anonymous
`
Usage
`javascript
import Typography from 'typography'
import anonymousTheme from 'typography-theme-anonymous'const typography = new Typography(anonymousTheme)
``