在我的sencha-touch/phonegap应用程序中设置IOS和Android字体的最佳方式是什么?
我使用的是带有phonegap 3.4.0的sencha-touch 2
发布于 2015-09-18 04:08:50
既然Phonegap只是一个web应用程序,那么你就可以使用任何方式来安装自定义字体。
我建议遵循in this answer的说明。在我看来,这是最好的方法。
https://stackoverflow.com/questions/32639036
相似问题