From c5c83b8d427e5c142b31fd54fa82f6881f1cd937 Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Sun, 18 Jan 2015 23:23:53 -0600 Subject: [PATCH] Starting to explain webfont creation. --- site/getting-started.savvy | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/site/getting-started.savvy b/site/getting-started.savvy index b0d29da1c..58562e47e 100644 --- a/site/getting-started.savvy +++ b/site/getting-started.savvy @@ -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...