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