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