MattMcFarland/com.mattmcfarland.fontawesome

66 New Icons in 4.4

Closed this issue · 4 comments

66 New Icons in 4.4

Hey guys,

Any progress on adding the new FA 4.4 icons into this widget? I just can't seem to figure out how to add the new icon(s) into the charMap array (icons.js) or I'd be more than willing to help out 😃

Example:
["fa-search", 61442]

  • Where can we find the character code of "61442"?

Thanks again for the awesome widget!

· Jason

Hey Jason,

The code is converted from hex to base 10.. that should help :)

@MattMcFarland - That helped immensely! I just converted from hex to decimal, updated the .ttf, & followed suit in the charMap array. Presto!

I should have time over the next couple of nights to push the new 4.4 icons (66 in total), if that helps, let me know & I'll dive in.

You're always a big help, thanks man!

Jason, glad to help! It would be great if you could send a pull request once you get all of the new icons in :)