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