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