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