@creative-fonts/star-trebek
v1.0.0
Published
Self-host the Star Trebek font in a bundled package to beautify development.
Downloads
1
Maintainers
Readme
Creative-fonts Star Trebek
The CSS and web font files to easily self-host the “Star Trebek” font. Please visit the main creative-fonts website to view more details on this package.
Quick Installation
First install the dependency using:
npm install @creative-fonts/star-trebek // yarn add @creative-fonts/star-trebek
Within your app entry file or site component, import the font like:
import "@creative-fonts/star-trebek"
Now, you can reference the font name in a CSS stylestyle sheet, CSS Module, or CSS-in-JS:
body{ font-family: "Star Trebek"; }