Move Liberation Mono after Courier as default font
Before, in fonts -> _monospace we preferred Liberation Mono to Courier and Courier New. Unfortunately, that font looks horrible on Windows if it's installed, so let's avoid using it if possible. On Linux, hopefully Courier New/Courier isn't available, and Liberation Mono will get picked up instead (or one of the other alternatives).
This commit is contained in:
parent
bb5c483b7a
commit
88e4102ae1
@ -1199,7 +1199,7 @@ def data(readonly=False):
|
||||
SettingValue(typ.Font(), 'Terminus, Monospace, '
|
||||
'"DejaVu Sans Mono", Monaco, '
|
||||
'"Bitstream Vera Sans Mono", "Andale Mono", '
|
||||
'"Liberation Mono", "Courier New", Courier, '
|
||||
'"Courier New", Courier, "Liberation Mono", '
|
||||
'monospace, Fixed, Consolas, Terminal'),
|
||||
"Default monospace fonts."),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user