Skip to content

vaeum/noto-npm-webfont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages