An open API service indexing awesome lists of open source software.

https://github.com/splaktar/google-material-icons

Repository with google material icon font
https://github.com/splaktar/google-material-icons

Last synced: about 1 year ago
JSON representation

Repository with google material icon font

Awesome Lists containing this project

README

          

# google-material-icons

Repository with Google Material Icon Font

## Install

The recommended way to use the Material Icons font is hosted by Google Fonts, available here:

```

```

Read more in our full usage guide:
http://google.github.io/material-design-icons/#icon-font-for-the-web

This repository created for users, where will use Google Material Icon Font without CDN. You must two simple steps do:

* install package with Bower

```
bower install google-material-icons --save
```

* Include css-file from dist-folder in your project:

```

```

or for production minifyed version:

```

```

## Build your own CSS

For creation custom build of CSS, you can use Gulp manager. Project contain SASS-file, but not support tasks for building CSS with him.