jf wrapp for lessfonts-open-sans
npm install jf-lessfonts-open-sansLessFonts: Open Sans is a font-face kit for Open Sans written in Less with compiled and minified CSS available.
LessFonts: Open Sans can be installed via Bower:
``bower install lessfonts-open-sans`
Or cloned via GitHub:
`git clone https://github.com/sethlilly/lessfonts-open-sans.git`
1. Install Node.js if it isn't already installed
1. npm install -g grunt-clinpm install
1. grunt
1.
ProTip: If npm requires root or sudo to run, this may indicate a permissions issue on ~/.npm. To reset the permissions, use `sudo chown -R whoami ~/.npm`.
Edit the Less files in src/less while grunt is running and you'll get an instantly compiled and minified open-sans.min.css file in the dist/css directory.
Of course, if you prefer to manually edit the compiled CSS, you may. However, you should avoid running grunt after doing so; your changes will be overwritten unless you move your changed files to another directory.
| Version | Release Date |
| :-----: | :----------: |
| 1.0.2 | 2014-09-06 |
| 1.0.1 | 2014-09-05 |
| 1.0.0 | 2014-09-05 |
This repository will be maintained according to the Semantic Versioning guidelines as often as is practical.
Releases will be numbered with the following format:
And constructed using the following guidelines:
* A new major release indicates a large change where backwards compatibility is broken.
* A new minor release indicates a normal change that maintains backwards compatibility.
* A new patch release indicates a bugfix or small change which does not affect compatibility.
* A new build release indicates this is a pre-release of the version.
Build numbers are constructed using the following date format:
yymmddhhmm`
Copyright © 2014 Seth Lilly - Released under The MIT License
Open Sans is Copyright © Steve Matteston and is released under the Apache License, version 2.0