@ahmedhamdan/dubai-font
v1.0.0
Published
Dubai Font Face
Readme
Dubai Font Face
Dubai is a sans-serif typeface commissioned by the Government of Dubai.

Font Weights
Only 4 weights of the font are available:
- 300 Light
- 400 Regular
- 500 Medium
- 700 Bold
Installation
Install via npm
npm install @ahmedhamdan/dubai-font --saveUsage
To import all included weights in JavaScript
import "@ahmedhamdan/dubai-font";You can also import weights individually
import "@ahmedhamdan/dubai-font/css/300.css";
import "@ahmedhamdan/dubai-font/css/400.css";
import "@ahmedhamdan/dubai-font/css/500.css";
import "@ahmedhamdan/dubai-font/css/700.css";Apply the font to css
body {
font-family: "Dubai", Helvetica, sans-serif;
}