dev-awesome
v0.9.2
Published
Font and CSS for developers icons
Downloads
11
Readme
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-awesomeUse 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 fontforgeGrunt
npm install -g grunt-cliSteps
- Fork this repository.
- Add a 32x32 colored svg icon into
svg/coloredfolder. - Add a 32x32 black svg icon into
svg/blackfolder. - Send PR to our
masterbranch.
Notes:
- If you need to test locally you can run
grunt buildand anindex.htmlin root. - PR with changes in
distorindex.htmlfolder will be closed.
