mirror of
https://github.com/Templarian/MaterialDesign.git
synced 2026-03-12 03:16:53 +01:00
Starting to explain webfont creation.
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user