I prefer all my assets provided by bower so I decided to host it here and make it downloadable with bower. I know that there are already bower
ed icon-fonts, but I just want the icon-font files, no svg, png etc. and I want it to work with material-design-lite as well.
This icon-font is officially from google.
First you need bower, see their site for details
bower install --save mi
Place a link to material-icons
in your header, it should look something like this.
<link rel="stylesheet" href="bower_components/material-icons/css/material-icons.css">
<i class="material-icons">favorite</i>
You can find all icons here