All Projects → dasrick → Npm Font Open Sans

dasrick / Npm Font Open Sans

Licence: apache-2.0
npm package of Open Sans (incl. CSS/LESS/SCSS)

Projects that are alternatives of or similar to Npm Font Open Sans

Sakurakit
🤡SakuraKit, a lightweight and powerful library for application to switching themes or skins.
Stars: ✭ 682 (+11266.67%)
Mutual labels:  font
Npm Check Updates
Find newer versions of package dependencies than what your package.json allows
Stars: ✭ 6,617 (+110183.33%)
Mutual labels:  npm
Cfonts
Sexy fonts for the console
Stars: ✭ 789 (+13050%)
Mutual labels:  font
Lerna
Splitting up large codebases into separate independently versioned packages is extremely useful for code sharing. However, making changes across many repositories is messy and difficult to track, and testing across repositories becomes complicated very quickly.
Stars: ✭ 31,079 (+517883.33%)
Mutual labels:  npm
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+11833.33%)
Mutual labels:  font
Eyeglass
NPM Modules for Sass
Stars: ✭ 741 (+12250%)
Mutual labels:  npm
Oji
(◕‿◕) Text Emoticons Maker
Stars: ✭ 668 (+11033.33%)
Mutual labels:  npm
Scientifica
tall, condensed, bitmap font for geeks.
Stars: ✭ 821 (+13583.33%)
Mutual labels:  font
Firasystemfontreplacement
Modified version of the Fira Sans fonts to replace the default system font on macOS
Stars: ✭ 730 (+12066.67%)
Mutual labels:  font
Shrinkpack
Fast, resilient, reproducible builds with npm install.
Stars: ✭ 774 (+12800%)
Mutual labels:  npm
Sarasa Gothic
Sarasa Gothic / 更纱黑体 / 更紗黑體 / 更紗ゴシック / 사라사 고딕
Stars: ✭ 6,771 (+112750%)
Mutual labels:  font
Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (+11800%)
Mutual labels:  font
Font Awesome Swift
Font Awesome swift library for iOS.
Stars: ✭ 743 (+12283.33%)
Mutual labels:  font
Nerd Fonts
Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
Stars: ✭ 31,778 (+529533.33%)
Mutual labels:  font
Android Robototextview
Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
Stars: ✭ 791 (+13083.33%)
Mutual labels:  font
Vue Admin Webapp
this is a admin project
Stars: ✭ 673 (+11116.67%)
Mutual labels:  npm
Eslint Plugin Node
Additional ESLint's rules for Node.js
Stars: ✭ 740 (+12233.33%)
Mutual labels:  npm
Showdown Htmlescape
Plugin for Showdown to prevent the use of arbitrary HTML and allow only the specific Markdown syntax.
Stars: ✭ 6 (+0%)
Mutual labels:  npm
Ntl
Node Task List: Interactive cli to list and run package.json scripts
Stars: ✭ 800 (+13233.33%)
Mutual labels:  npm
Glow Sans
SHSans-derived CJK font family with a more concise & modern look. 未来荧黑·未來熒黑·ヒカリ角ゴ:基于思源黑体改造,拥有粗度和宽度系列,更加简明现代的超大字体家族。
Stars: ✭ 762 (+12600%)
Mutual labels:  font

github tag npm version npm downloads License


npm package of Open Sans

Open Sans is a humanist sans serif typeface designed by Steve Matteson.

Installation

Install with npm

$ npm i npm-font-open-sans --save

Usage

This a sample for usage in a LESS file:

# part of your LESS file
@import '../../../node_modules/npm-font-open-sans/open-sans';
@FontPathOpenSans: "../fonts/open-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
$FontPathOpenSans: "../fonts/open-sans";
@import '../../../node_modules/npm-font-open-sans/open-sans';

You can do the same with Stylus too ...

# part of your SCSS file
$FontPathOpenSans = "../fonts/open-sans";
@import '../../../node_modules/npm-font-open-sans/open-sans.styl';

Source of font files

Open Sans at FontFaceKit

License

Fonts: Licensed under Apache 2.0


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].