我正在使用dojo toolkit开发iphone应用程序。 我已经将Webding字体导入了phonegap项目,但我不知道如何更改工具栏按钮的字体。 有人可以帮忙吗?
招呼 汤姆
答案 0 :(得分:0)
尝试使用以下方法覆盖css文件中的dojo css mblToolBarButton类:
.mblToolBarButton {
line-height: 19px;
text-align: center;
font-family: Verdana; // Your font, try system fonts first
font-size: 20px;
font-weight: bold;
}