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