Project

General

Profile

1
The recommended way to use the Material Icons font is by linking to the web font hosted on Google Fonts:
2

    
3
```html
4
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
5
      rel="stylesheet">
6
```
7

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