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