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