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