configdata: Move Consolas further back in font list.
Consolas generally is quite a nice font, but in this font size it shows a lot of bleeding and Courier New is much more readable, so we only use it as fallback now.
This commit is contained in:
parent
d1ddc8c6cb
commit
55216e207f
@ -931,9 +931,9 @@ DATA = collections.OrderedDict([
|
||||
('fonts', sect.KeyValue(
|
||||
('_monospace',
|
||||
SettingValue(typ.Font(), 'Terminus, Monospace, "DejaVu Sans Mono", '
|
||||
'Consolas, Monaco, "Bitstream Vera Sans Mono", '
|
||||
'"Andale Mono", "Liberation Mono", "Courier New", '
|
||||
'Courier, monospace, Fixed, Terminal'),
|
||||
'Monaco, "Bitstream Vera Sans Mono", "Andale Mono", '
|
||||
'"Liberation Mono", "Courier New", Courier, monospace, '
|
||||
'Fixed, Consolas, Terminal'),
|
||||
"Default monospace fonts."),
|
||||
|
||||
('completion',
|
||||
|
Loading…
Reference in New Issue
Block a user