1.0.1 • Published 6 years ago

font-showcase-component v1.0.1

Weekly downloads
3
License
mit
Repository
github
Last release
6 years ago

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.

screenshot

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" />;
1.0.1

6 years ago

1.0.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago