sapegin / grunt-webfont

SVG to webfont converter for Grunt
MIT License
1.1k stars 210 forks source link

Support codepointsFile other than JSON #347

Closed henryruhs closed 8 years ago

henryruhs commented 8 years ago

Hello folks,

I'd like to load the Material Design Icon's codepoints but Google does not provide it in JSON format: https://github.com/google/material-design-icons/blob/master/iconfont/codepoints

I guess we need a simple nodejs lib that does the mapping but I have no idea what format Google is using here? If JSON is the official standard, I wonder why Google does it another way?