5.0.0 • Published 3 years ago

notosans v5.0.0

Weekly downloads
50
License
OFL-1.1
Repository
-
Last release
3 years ago

Noto Sans Web Fonts

npm version CI status

Maintainability Rating Reliability Rating Security Rating

Requirements

  • Node.js
  • a CSS bundler (or JS bundler that can also bundle CSS)

Installation

npm i notosans

or

yarn add notosans

Usage

Import the CSS file from the package to include the @font-face declarations and .woff2 files in your bundle:

@import url("notosans/noto.css");

body {
    font-family: "Noto Sans", sans-serif; /* it's always a good idea to specify a generic fallback */
}

Build from source

This npm package is built from an automated process that downloads and converts Google's Noto Sans font from TTF to WOFF2.

To run it yourself, clone this repo and then run:

docker-compose up
5.0.0

3 years ago

4.0.4

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago