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