I'm using PhoneGap and in my pages I'm trying to use FontAwesome but it doesn't work?

喜欢而已 提交于 2019-12-03 16:02:17

https://github.com/FortAwesome/Font-Awesome/issues/1094

I think this explains it You have to go into the font-awesome css and make a change to the line

  text-rendering: optimizelegibility;

change it to

  text-rendering: auto;

I encountered this issue when I didn't include the fonts folder containing all the Font Awesome fonts.

Font Awesome looks for the fonts in a path relative to the font-awesome.css file (../fonts/fontawesome-webfont.eot, etc.).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!