Override default font-family from "chrome" theme

The default "chrome" theme supplied by GWT is selecting
"Arial Unicode MS" as a font. This font exists on Mac OS
but has no bold version, preventing bold from displaying.

Bug: issue 1863
Change-Id: I93b016b1349ccd7432a37a57eaaa017b64972184
This commit is contained in:
Shawn Pearce
2013-08-21 13:59:12 -07:00
parent d68a4b9584
commit e10e58db2b

View File

@@ -44,6 +44,10 @@
background: transparent;
}
body, table td, select {
font-family: norm-font;
}
.gerritBody {
font-size: small;
padding-left: 5px;