Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 636 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 636 Bytes

Noto webfont package

NPM

Usage

In module

import 'noto-npm-webfont';

In style

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

Webpack dependencies:

  • css-loader

Without webpack

//css
@import "node_modules/noto-npm-webfont/style.css";

//less
@import "node_modules/noto-npm-webfont/style.less";

//scss
@import "node_modules/noto-npm-webfont/style.scss";

//sass
@import "node_modules/noto-npm-webfont/style.sass";

//Stylus
@import "node_modules/noto-npm-webfont/style.styl"