React Font Scale =================
npm install react-font-scaleReact Font Scale
=================
Installation
```
npm install react-font-scale
Usage: Wrap the font scale component around items you would like to scale.
`
maxWidth={600}
minFontSize={8}
maxFontSize={16} >
{content}
``