2014-03-01 07:14:04 -08:00
devicon
=======
2014-03-02 00:11:54 +01:00
devicon aims to gather all logos representing development languages and tools in one font.
Final font is built with [icomoon ](http://icomoon.io ).
2014-03-07 20:13:04 +01:00
How to use it
--------------
2014-03-02 00:11:54 +01:00
2014-03-07 20:13:04 +01:00
```html
< head >
< link rel = "stylesheet" href = "devicon.css" >
< / head >
2014-03-02 00:11:54 +01:00
2014-03-07 20:13:04 +01:00
< body >
<!-- for git plain version -->
< i class = "devicon-git-plain" > < / i >
<!-- for git plain version with wordmark -->
< i class = "devicon-git-plain-wordmark" > < / i >
<!-- for git plain version colored with git main color -->
< i class = "devicon-git-plain git-color" > < / i >
< / body >
```
2014-03-02 00:11:54 +01:00
2014-03-07 20:13:04 +01:00
See the icons folder or devicon.json file for complete reference of icon's available versions.
2014-07-17 17:29:07 +02:00
2014-07-20 23:18:52 +02:00
#### I'll add some icons to the collection soon (gulp, sketch, github, bitbucket, ruby, ruby on rails, travis, etc.) but please don't hesitate to contribute :)