How to just use custom ttf file
Closed this issue · 2 comments
ashwanikumar04 commented
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
compile 'com.joanzapata.iconify:android-iconify:2.2.1'
I just added it to the documentation.
ashwanikumar04 commented
Thanks :)