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