10 09/2014

phonegap not show webfont

最后更新: Wed Sep 10 2014 12:39:11 GMT+0800

Android does support TTF and OTF files.

Don’t use the local hack for ie

If you realy want to support ie,use code below

<link rel="stylesheet" type="text/css" href="/css/fonts.css" />
<!--[if IE]>
    <link rel="stylesheet" href="/css/styleiefonts.css" type="text/css" charset="utf-8" />
<![endif]-->

via http://stackoverflow.com/questions/3200069/css-fonts-on-android#answer-4520467