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