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