An open API service indexing awesome lists of open source software.

https://github.com/divspace/devicon

Bower package for the devicon web font
https://github.com/divspace/devicon

Last synced: about 2 months ago
JSON representation

Bower package for the devicon web font

Awesome Lists containing this project

README

          

# Devicon

Bower package for the [devicon](https://github.com/konpa/devicon) web font.

## Usage

Add the following `HTML` to your website:

````html

````

Alternatively, you can use the minified version:

````html

````

To use the `git` icon, you could use any of the following:

````html


````

You can view all of the icons [here](http://devicon.fr).

## Customization

To generate an **unminified** stylesheet and source map file, run the following command:

````bash
gulp
````

To generate a **minified** stylesheet, run the following command:

````bash
gulp --production
````