Raleway Web Font Package by Google Fonts
npm install fonts-ralewayA simple bower package providing the Fonts Raleway. Supports LESS and SASS for CSS rebuild. Package bower created by William Canin.
| Prerequisite | How to install
| --------------- | ------------------------- |
| NodeJS | It depends on O.S |
| Npm | NodeJS contains Npm |
| Bower | npm install bower -g |
Navigate to your project's directory and then execute:
```
$ bower install fonts-raleway --save
| Prerequisite | How to install
| --------------- | ------------------------- |
| Git | It depends on O.S |
| NodeJS | It depends on O.S |
| Npm | NodeJS contains Npm |
| Bower | npm install bower -g |npm install grunt -g
| Grunt | |npm install gulp -g
| Gulp | |
> NOTE: Install the "Grunt" or "Gulp" globally depending on what you use.
You can change the CSS structure using the preprocessor "LESS" or "SASS"
To do this, perform the following steps:
1) Do the clone and enter the project folder fonts-raleway.
``
$ git clone https://github.com/williamcanin/fonts-raleway.git
$ cd fonts-raleway
2) Define which preprocessor you use, the Grunt or Gulp running script "init.sh" with command:
``
$ chmod +x init.sh
$ ./init.sh
3) Download the dependencies:
``
$ npm install
4) Update the 'devDependencies':
``
$ npm update --save-dev
5) Make your changes LESS (less folder) or SASS (scss folder):
6) Compile with Grunt (LESS or SASS):
``
$ grunt build-less
or
``
$ grunt build-sass
7) Compile with Gulp (LESS or SASS):
``
$ gulp build-less
$ gulp minify
or
```
$ gulp build-sass
$ gulp minify