Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 932 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 932 Bytes

material-icons

Why?

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 bowered 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.

Getting started

Install with bower

First you need bower, see their site for details

bower install --save mi

How to use

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">

Example:

<i class="material-icons">favorite</i>

You can find all icons here