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(
|
('fonts', sect.KeyValue(
|
||||||
('_monospace',
|
('_monospace',
|
||||||
SettingValue(typ.Font(), 'Terminus, Monospace, "DejaVu Sans Mono", '
|
SettingValue(typ.Font(), 'Terminus, Monospace, "DejaVu Sans Mono", '
|
||||||
'Consolas, Monaco, "Bitstream Vera Sans Mono", '
|
'Monaco, "Bitstream Vera Sans Mono", "Andale Mono", '
|
||||||
'"Andale Mono", "Liberation Mono", "Courier New", '
|
'"Liberation Mono", "Courier New", Courier, monospace, '
|
||||||
'Courier, monospace, Fixed, Terminal'),
|
'Fixed, Consolas, Terminal'),
|
||||||
"Default monospace fonts."),
|
"Default monospace fonts."),
|
||||||
|
|
||||||
('completion',
|
('completion',
|
||||||
|
Loading…
Reference in New Issue
Block a user