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