@fontgraphy/jalal
Version:
Self-host the jalal font in a npm package.
32 lines (21 loc) • 529 B
Markdown
# Fontgraphy jalal
[](https://www.npmjs.com/package/@fontgraphy/jalal)
Self host “jalal” font as a dependency.
## Installation
```javascript
yarn add @fontgraphy/jalal
```
or
```javascript
npm install @fontgraphy/jalal
```
Import the css file that includes `@font-face` in your app entry point:
```javascript
import "@fontgraphy/jalal";
```
Use font-family that added by imported css file.
```css
body {
font-family: "jalal";
}
```