@fontgraphy/traffic
v0.0.0
Published
Self-host the traffic font in a npm package.
Downloads
4
Readme
Fontgraphy traffic
Self host “traffic” font as a dependency.
Installation
yarn add @fontgraphy/traffic
or
npm install @fontgraphy/traffic
Import the css file that includes @font-face
in your app entry point:
import "@fontgraphy/traffic";
Use font-family that added by imported css file.
body {
font-family: "traffic";
}