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