我正在使用phonegap構建Android應用程序,我面臨一些問題。如何在手機間隙中使用自定義字體?
<style type="text/css">
@font-face{
font-family: customfont;
src: url("fonts/THSarabunNew.ttf") format('truetype');
}
body {
font-family: customfont;
font-size:30px;
}
</style>
我嘗試在的index.html文件使用此代碼,但我不能在應用程序中使用我的自定義字體。
請告訴我一種方法來在android app上的phonegap中使用自定義字體。
感謝
它會工作,我認爲一些風格是覆蓋身體的css –
它不適合我... – gnganpath