New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

fonts-raleway

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fonts-raleway

Raleway Web Font Package by Google Fonts

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

Fonts Raleway Bower package

A simple bower package providing the Fonts Raleway. Supports LESS and SASS for CSS rebuild. Package bower created by William Canin.

Requirements for use

PrerequisiteHow to install
NodeJSIt depends on O.S
NpmNodeJS contains Npm
Bowernpm install bower -g

Using

Navigate to your project's directory and then execute:

$ bower install fonts-raleway --save

Requirements for developing

PrerequisiteHow to install
GitIt depends on O.S
NodeJSIt depends on O.S
NpmNodeJS contains Npm
Bowernpm install bower -g
Gruntnpm install grunt -g
Gulpnpm install gulp -g

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:

  • Do the clone and enter the project folder fonts-raleway.
$ git clone https://github.com/williamcanin/fonts-raleway.git
$ cd fonts-raleway
  • Define which preprocessor you use, the Grunt or Gulp running script "init.sh" with command:
$ chmod +x init.sh
$ ./init.sh
  • Download the dependencies:
$ npm install
  • Update the 'devDependencies':
$ npm update --save-dev
  • Make your changes LESS (less folder) or SASS (scss folder):

  • Compile with Grunt (LESS or SASS):

$ grunt build-less

or

$ grunt build-sass
  • Compile with Gulp (LESS or SASS):
$ gulp build-less
$ gulp minify

or

$ gulp build-sass
$ gulp minify

LICENSE

MIT License (MIT)

Keywords

raleway

FAQs

Package last updated on 03 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts