Skip to content

hatanhack/Noto-Sans-Arabic-Font-Face

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noto Sans Arabic Font Face

Noto Sans Arabic Font is an open-source font designed by Google under the SIL Open Font License (OFL). For more info visit Google Noto Fonts

Noto Sans Arabic Font Weights

Font Weights

Only 9 weights of the font are provided by this package:

  • 100 Thin
  • 200 ExtraLight
  • 300 Light
  • 400 Regular
  • 500 Medium
  • 600 SemiBold
  • 700 Bold
  • 800 ExtraBold
  • 900 Black

Installation

Install via npm

npm install Noto-Sans-Arabic-Font-Face --save

Usage

Import light, regular and bold weights in JavaScript

import "Noto-Sans-Arabic-Font-Face/css/300.css";
import "Noto-Sans-Arabic-Font-Face/css/400.css";
import "Noto-Sans-Arabic-Font-Face/css/700.css";

Apply the font to css

body {
    font-family: "Noto Sans Arabic", sans-serif;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors