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