font-work-sans

1.0.3 • Public • Published

github tag npm version npm downloads License


npm package of Work Sans

Work Sans is a humanist sans serif typeface.

Installation

Install with npm

$ npm i font-work-sans --save

Usage

This a sample for usage in a LESS file:

# part of your LESS file
@import '../../../node_modules/font-work-sans/work-sans';
@FontPathWorkSans: "../fonts/work-sans";

First import the LESS file of the font and after this overwrite the default path. That's it ...

You can do the same with SCSS/SASS too ...

# part of your SCSS file
$FontPathWorkSans: "../fonts/work-sans";
@import '../../../node_modules/font-work-sans/work-sans';

License

Fonts: Licensed under Open Font License


Package Sidebar

Install

npm i font-work-sans

Weekly Downloads

4

Version

1.0.3

License

Apache-2.0

Unpacked Size

3.05 MB

Total Files

52

Last publish

Collaborators

  • twtavares