UNPKG

npm-font-open-sans-condensed

Version:

Open Sans Condensed font family - incl. usage of CSS, SCSS, LESS

75 lines (46 loc) 2.33 kB
[![github tag][github-tag-image]][github-tag-url] [![npm version][npm-version-image]][npm-version-url] [![npm downloads][npm-downloads-image]][npm-downloads-url] [![License][license-image]][license-url] *** # npm package of Open Sans Condensed Open Sans Condensed is a humanist sans serif typeface designed by Steve Matteson. ## Installation Install with [npm](https://www.npmjs.com/) ```sh $ npm i -S npm-font-open-sans-condensed ``` ## Usage This a sample for usage in a LESS file: ``` # par of your LESS file @import '../../../node_modules/npm-font-open-sans-condensed/open-sans-condensed'; @FontPathOpenSansCondensed: "../fonts/open-sans-condensed"; ``` 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 $FontPathOpenSansCondensed: "../fonts/open-sans-condensed"; @import '../../../node_modules/npm-font-open-sans-condensed/open-sans-condensed'; ``` ## Font Info Open Sans Condensed * Copyright: Digitized data copyright © 2010-2011, Google Corporation. * Trademark: Open Sans is a trademark of Google and may be registered in certain jurisdictions. * Designer URL: http://www.ascendercorp.com/typedesigners.html * Vendor: Ascender Corporation * Vendor URL: http://www.ascendercorp.com/ ## Source of font files [Open Sans Condensed](https://github.com/shane-tomlinson/connect-fonts-opensanscondensed) ## License Fonts: Licensed under [Apache 2.0](https://github.com/dasrick/npm-font-open-sans-condensed/blob/master/LICENSE) *** [github-tag-image]: https://img.shields.io/github/tag/dasrick/npm-font-open-sans-condensed.svg?style=flat-square [github-tag-url]: https://github.com/dasrick/npm-font-open-sans-condensed [npm-version-image]: https://img.shields.io/npm/v/npm-font-open-sans-condensed.svg?style=flat-square [npm-version-url]: https://www.npmjs.com/package/npm-font-open-sans-condensed [npm-downloads-image]: https://img.shields.io/npm/dm/npm-font-open-sans-condensed.svg?style=flat-square [npm-downloads-url]: https://www.npmjs.com/package/npm-font-open-sans-condensed [license-image]: https://img.shields.io/github/license/dasrick/npm-font-open-sans-condensed.svg?style=flat-square [license-url]: https://github.com/dasrick/npm-font-open-sans-condensed/blob/master/LICENSE