mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1065537 - Loop isn't using system/platform fonts in various places. r=mikedeboer
This commit is contained in:
parent
9738789465
commit
d489a37bf1
@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Lucida Grande", sans-serif;
|
||||
font: message-box;
|
||||
font-size: 12px;
|
||||
background: #fbfbfb;
|
||||
}
|
||||
@ -365,23 +365,6 @@ p {
|
||||
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 */
|
||||
|
||||
.info-panel {
|
||||
|
Loading…
Reference in New Issue
Block a user