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";
}