mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-04 03:48:29 +02:00
15b87af8ed
Remove external dependence on fonts.googleapis.com by vendoring MDI fonts and CSS.
13 lines
373 B
Markdown
13 lines
373 B
Markdown
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
|
|
|
|
Source:
|
|
https://github.com/google/material-design-icons
|