NathanWalker / nativescript-ngx-fonticon

Use custom font icon collections seamlessly with NativeScript + Angular.
MIT License
76 stars 39 forks source link

icomoon support #9

Closed Cselt closed 7 years ago

Cselt commented 7 years ago

Icomoon's font icons unicodes start with "e" not with "f" like in FontAwesome, or ionicons. But TNSFontIconService works only unicodes starting with "f".

@NathanWalker please merge this small fix, to be able to use Icomoon font icon set.

NathanWalker commented 7 years ago

Thank you @Cselt , I'll publish a new version with this momentarily.