Page 1 of 1

fortawesome

Posted: Tue Jan 21, 2014 4:45 pm
by Shawn Johnson

Hello,

I was trying to use fontawesome in my app for icons in my list element

i edit the source to add the html and css file, in the test preview the icons show up but when i build for ios or android they don't show up

is there something i need to do?

-Shawn.J

Image


fortawesome

Posted: Tue Jan 21, 2014 5:35 pm
by Kateryna Grynko

Hi Shawn,

Could you please post your code (HTML, CSS) so we could see what you changed?


fortawesome

Posted: Tue Jan 21, 2014 6:58 pm
by Shawn Johnson

so i have found some mentioned of the issue here https://github.com/FortAwesome/Font-A...

basically changing "text-rendering: optimizeLegibility;" to "text-rendering: auto;"

but my question now is where do i need to make the change to make it work for me.

i have tried adding the text property to my css file and it is not fixing the issue


fortawesome

Posted: Tue Jan 21, 2014 8:40 pm
by Shawn Johnson

ok, I figured out my problem, which was not the issue i raised above. I was using the CDN and it was referring to file and http i updated the reference to the fontawesome cdn and it worked on ios and android


fortawesome

Posted: Tue Jan 21, 2014 8:50 pm
by Kateryna Grynko

Shawn,

Glad you solved this. Thank you for the update!