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
- Host: GitHub
- URL: https://github.com/divspace/devicon
- Owner: divspace
- License: mit
- Created: 2015-11-16T17:32:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T03:31:28.000Z (over 10 years ago)
- Last Synced: 2025-03-02T15:47:07.621Z (over 1 year ago)
- Language: CSS
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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
````