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