Skip to content

twtavares/font-work-sans

Repository files navigation

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


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages