зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1563722 - Prefer DejaVu or Liberation fonts over Fira for treelines in about:memory, to minimize overlap issues. r=njn
Differential Revision: https://phabricator.services.mozilla.com/D37725 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
879947f772
Коммит
5e1a0f81de
|
@ -23,7 +23,7 @@ body {
|
|||
|
||||
/* The comment at the top of aboutMemory.xhtml explains this font choice. */
|
||||
pre {
|
||||
font-family: Fira Mono, DejaVu Sans Mono, Liberation Mono, monospace;
|
||||
font-family: DejaVu Sans Mono, Liberation Mono, Fira Mono, monospace;
|
||||
}
|
||||
|
||||
div.ancillary {
|
||||
|
|
Загрузка…
Ссылка в новой задаче