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