A theme for Typography.js insprired by the typography-theme-wordpress-2016
npm install typography-theme-trajanA theme for Typography.js inspired by the typography of the typography-theme-wordpress-2016
bash
npm install --save typography typography-theme-trajan
`
Usage
`javascript
import Typography from 'typography'
import themeTrajan from 'typography-theme-trajan'const typography = new Typography(themeTrajan)
``