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