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:
Jonathan Kew 2019-07-11 21:42:31 +00:00
Родитель 879947f772
Коммит 5e1a0f81de
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 {