0.0.0 • Published 4 years ago
@fontgraphy/zar v0.0.0
Fontgraphy zar
Self host “zar” font as a dependency.
Installation
yarn add @fontgraphy/zaror
npm install @fontgraphy/zarImport the css file that includes @font-face in your app entry point:
import "@fontgraphy/zar";Use font-family that added by imported css file.
body {
font-family: "zar";
}0.0.0
4 years ago