1.0.1 • Published 6 years ago
font-showcase-component v1.0.1
Font Showcase Component
Used for troubleshooting font-loading in React apps. A showcase component for font families that displays all of the font weights for a given font-family, both regular and italicized.
Use this when you want to ensure that all of your web-fonts are being loaded.
Usage
Add this component anywhere you wish to test all the font weights in your font family which you've loaded. Import, and show the component.
import FontShowcase from "font-showcase-component";
<FontShowcase fontFamily="'Raleway', sans-serif" />;