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