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