0.0.2 • Published 7 years ago

orator-npm-webfont v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Usage

In module

import 'orator-npm-webfont';

In style

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

Webpack dependencies:

  • css-loader

Without webpack

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

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

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

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