forked from google/material-design-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned up documentation with symbol usage
Full documentation added in both the usage guide and the sprite README for SVG symbol sprites. Existing documentation and file formatting cleaned up somewhat.
- Loading branch information
Showing
5 changed files
with
462 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
The recommended way to use the Material Icons font is hosted by Google Fonts, | ||
available here: | ||
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 | ||
|
Oops, something went wrong.