0.0.0 • Published 3 years ago
@fontgraphy/titrzebr v0.0.0
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";
}
0.0.0
3 years ago