目录

font icon 之 material design icons

安装方式

  • Git Repository

The material icons are available from the git repository which contains the complete set of icons including all the various formats we are making available.

1
2
$ git clone http://github.com/google/material-design-icons/

  • Installing icons from bower

Install the icons using the Bower package manager.

1
2
$ bower install material-design-icons

  • Installing icons from npm

Install the icons using npm package manager.

1
$ npm install material-design-icons

使用方式

  • 使用google fonts

    1
    
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    
  • 本地使用

    太长了, 见官网, 上不去的翻墙。

    目前好像google fonts 是可用的, 并没有被墙,杭州电信表示无压力。

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

官网:https://material.io/icons/

开发指南:http://google.github.io/material-design-icons/