JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 527 forks source link

How to just use custom ttf file #159

Closed ashwanikumar04 closed 8 years ago

ashwanikumar04 commented 8 years ago

Hi, Iconify supports extensibility as mentioned in the Readme. However, I am not sure which gradle dependency to use in case I just want to extend iconify to use my custom ttf.

JoanZapata commented 8 years ago
compile 'com.joanzapata.iconify:android-iconify:2.2.1'

I just added it to the documentation.

ashwanikumar04 commented 8 years ago

Thanks :)