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