Starting to explain webfont creation.

This commit is contained in:
Austin Andrews
2015-01-18 23:23:53 -06:00
parent b67a6f1e3e
commit c5c83b8d42

View File

@@ -73,10 +73,6 @@ svg.example:hover path {
Windows uses the vector XAML format. Right click any icon on the site and click the "View XAML" item in the context menu.
## AngularJS
Content
## Polymer @download(Download 'mdi.html', /api/download/polymer/38EF63D0-4744-11E4-B3CF-842B2B6CFE1B)
The `mdi.html` contains all the icons provided on the site. Use inline with the following code.
@@ -86,3 +82,9 @@ The `mdi.html` contains all the icons provided on the site. Use inline with the
```
Learn more about custom icons in the [polymer documentation](https://www.polymer-project.org/docs/elements/icons.html#roll-your-own)
## Grunt `grunt-webfont`
Creating subsets of the font can be done with the [grunt-webfont](https://github.com/sapegin/grunt-webfont) package.
... explain step by step here...