【发布时间】:2015-04-22 17:02:14
【问题描述】:
您好,我刚开始在 Monaca IDE 中开发,我似乎无法在我的 phonegap 应用中实现字体。
@font-face {
font-family: "customfont";
src: url("components/monaca-onsenui/css/font_awesome/fonts/Roboto-Light.ttf") format("opentype");
/* Make sure you defined the correct path, which is related to
the location of your file `my_css.css` */
}
body {
font-family: "customfont";
font-size:30px;
}
这是我要使用的字体的css,它没有实现...
有人能解释一下吗?
【问题讨论】: