@ahmedhamdan/dubai-font

1.0.0 • Public • Published

Dubai Font Face

Dubai is a sans-serif typeface commissioned by the Government of Dubai.

Dubai Font Weights

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 --save

Usage

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;
}

Readme

Keywords

none

Package Sidebar

Install

npm i @ahmedhamdan/dubai-font

Weekly Downloads

4

Version

1.0.0

License

ISC

Unpacked Size

1.59 MB

Total Files

23

Last publish

Collaborators

  • ahmed3hamdan