Drop Arial Unicode MS font and request only sans-serif
Arial Unicode MS does not have a bold version. Selecting this font prevents correct display of bold text on Mac OS X. Simplify the selector to sans-serif and allow the browser to use the user's preferred font in this family. Bug: issue 1863 Change-Id: I70627d974f6f34cc3b49821a4beb4c49032f6c6e
This commit is contained in:
parent
5c8131eb62
commit
4b26a2a7f9
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
@def black #000000;
|
@def black #000000;
|
||||||
@def white #ffffff;
|
@def white #ffffff;
|
||||||
@def norm-font Arial Unicode MS, Arial, sans-serif;
|
@def norm-font sans-serif;
|
||||||
@def mono-font monospace;
|
@def mono-font monospace;
|
||||||
|
|
||||||
@eval backgroundColor com.google.gerrit.client.Gerrit.getTheme().backgroundColor;
|
@eval backgroundColor com.google.gerrit.client.Gerrit.getTheme().backgroundColor;
|
||||||
@ -1164,7 +1164,7 @@ a:hover.downloadLink {
|
|||||||
margin-right: 5em;
|
margin-right: 5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
font-family: Arial Unicode;
|
font-family: norm-font;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Patch History Table **/
|
/** Patch History Table **/
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
body, table td, select {
|
body, table td, select {
|
||||||
font-family: Arial Unicode MS, Arial, sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
|
Loading…
Reference in New Issue
Block a user