こんにちは、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 であり、実装されていません...
誰かがこれに光を当てることができますか?