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