0.9.2 • Published 4 years ago

dev-awesome v0.9.2

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
4 years ago

DevAwesome

DevAwesome brings an awesome set of programming language icons. This project contains glyphs derived from DevIcons and is inspired by FontAwesome.

Install it

bower install --save dev-awesome

Use it

<html>
  <head>
    <link rel="stylesheet" type="text/css" href="bower_components/dev-awesome/dist/dev-awesome.css">
  </head>
  <body>
    <i class="da da-haskell"></i>
  </body>
</html>

Contribute

What you need?

You need to install:

  • Last version of FontForge
sudo add-apt-repository ppa:fontforge/fontforge
sudo apt-get update
sudo apt-get install fontforge
  • Grunt
npm install -g grunt-cli

Steps

  1. Fork this repository.
  2. Add a 32x32 colored svg icon into svg/colored folder.
  3. Add a 32x32 black svg icon into svg/black folder.
  4. Send PR to our master branch.

Notes:

  • If you need to test locally you can run grunt build and an index.html in root.
  • PR with changes in dist or index.html folder will be closed.
0.9.2

4 years ago

0.9.0

4 years ago

0.9.1

4 years ago

0.7.0

6 years ago

0.4.2

7 years ago

0.0.1

7 years ago