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