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