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