0

我正在使用 dojo 工具包来开发 iphone 应用程序。我已经将 Webding 字体导入 phonegap 项目,但我不知道如何更改工具栏按钮的字体。任何人都可以帮忙吗?

问候汤姆

4

1 回答 1

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;

}
于 2013-04-03T20:44:59.393 回答