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
- Host: GitHub
- URL: https://github.com/splaktar/google-material-icons
- Owner: Splaktar
- License: mit
- Created: 2015-11-02T04:21:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T05:16:56.000Z (over 10 years ago)
- Last Synced: 2024-10-05T07:41:08.413Z (over 1 year ago)
- Language: CSS
- Size: 253 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.