A theme for Typography.js inspired by Bootstrap's default typography
npm install typography-theme-bootstrapA theme for Typography.js
bash
npm install --save typography typography-theme-bootstrap
`
Usage
`javascript
import Typography from 'typography'
import bootstrapTheme from 'typography-theme-bootstrap'const typography = new Typography(bootstrapTheme)
``Bootstrap uses system font for body text, more info can be found here