Getting web fonts to work with phonegap and android - how?

前端 未结 3 1144
攒了一身酷
攒了一身酷 2021-02-19 08:21

Does PhoneGap support web fonts, and if so how do you use them. I\'ve currently got this code in my page, but it doesn\'t work when loaded into the emulator (inside an android a

3条回答
  •  不要未来只要你来
    2021-02-19 08:53

    I had a problem with using a custom font in the Woff format. Then I converted it from Woff to Ttf and it worked on my Android device. So there might be a problem with using Woff format.

    So, conversion from .woff to .ttf might solve the problem.

提交回复
热议问题