jubalm / grunt-fontello

grunt task for downloading fonts from fontello.com
MIT License
45 stars 25 forks source link

How to get UID for json? #19

Closed yahya-uddin closed 9 years ago

yahya-uddin commented 9 years ago

when creating the json file, how do i find the uid for the glyphs. I could not find them on the website. thanks!

bryce-gibson commented 9 years ago

It's not the best way, but I usually download the font off the Fontello website (or a local mirror) and then extract the config.json from there, and then merge the downloaded config.json into my local config.json

If that makes sense? :-s

(I think it's also possible to use a DOM inspector to look at the data-id property for the icon, as I think that's the UID (iirc))