dev-awesome

0.9.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i dev-awesome

Weekly Downloads

1

Version

0.9.2

License

GPL-3.0

Unpacked Size

964 kB

Total Files

80

Last publish

Collaborators

  • fedescarpa