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