DevAwesome brings an awesome set of programming language icons. This project contains glyphs derived from DevIcons and is inspired by FontAwesome.
bower install --save dev-awesome
<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>
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
- Fork this repository.
- Add a 32x32 colored svg icon into
svg/colored
folder. - Add a 32x32 black svg icon into
svg/black
folder. - Send PR to our
master
branch.
Notes:
- If you need to test locally you can run
grunt build
and anindex.html
in root. - PR with changes in
dist
orindex.html
folder will be closed.