Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 590 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 590 Bytes

PTsans webfont package

NPM

Usage

In module

import 'ptsans-npm-webfont';

In style

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

Webpack dependencies:

  • css-loader

Without webpack

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

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

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

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