Bug 1065537 - Loop isn't using system/platform fonts in various places. r=mikedeboer

This commit is contained in:
Jared Wein 2014-10-07 14:27:02 -04:00
parent 9738789465
commit d489a37bf1

View File

@ -13,7 +13,7 @@
} }
body { body {
font-family: "Lucida Grande", sans-serif; font: message-box;
font-size: 12px; font-size: 12px;
background: #fbfbfb; background: #fbfbfb;
} }
@ -365,23 +365,6 @@ p {
line-height: 16px; line-height: 16px;
} }
/* Using star selector to override
* the specificity of other selectors
* if performance is an issue we could
* explicitely list all the elements */
.windows * {
font-family: 'Segoe';
}
.mac * {
font-family: 'Lucida Grande';
}
.linux * {
/* XXX requires fallbacks */
font-family: 'Ubuntu', sans-serif;
}
/* Web panel */ /* Web panel */
.info-panel { .info-panel {