10
09/2014
phonegap not show webfont
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