Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 dojo 工具包来开发 iphone 应用程序。我已经将 Webding 字体导入 phonegap 项目,但我不知道如何更改工具栏按钮的字体。任何人都可以帮忙吗?
问候汤姆
尝试使用以下内容覆盖您的 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; }