You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
316 B
Markdown
10 lines
316 B
Markdown
6 years ago
|
The recommended way to use the Material Icons font is by linking to the web font hosted on Google Fonts:
|
||
|
|
||
|
```html
|
||
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
||
|
rel="stylesheet">
|
||
|
```
|
||
|
|
||
|
Read more in our full usage guide:
|
||
|
http://google.github.io/material-design-icons/#icon-font-for-the-web
|