Use "Monospace" only as monospace font
This commit is contained in:
parent
341481cd99
commit
1442b1e35f
@ -463,23 +463,16 @@ DATA = OrderedDict([
|
||||
)),
|
||||
|
||||
('fonts', sect.KeyValue(
|
||||
('_monospace',
|
||||
SettingValue(types.Font, 'Monospace, "DejaVu Sans Mono", Consolas, '
|
||||
'Monaco, "Bitstream Vera Sans Mono", "Andale Mono", '
|
||||
'"Liberation Mono", "Courier New", Courier, monospace, '
|
||||
'Fixed, Terminal'),
|
||||
"Default monospace fonts."),
|
||||
|
||||
('completion',
|
||||
SettingValue(types.Font, "8pt ${_monospace}"),
|
||||
SettingValue(types.Font, "8pt Monospace"),
|
||||
"Font used in the completion widget."),
|
||||
|
||||
('tabbar',
|
||||
SettingValue(types.Font, "8pt ${_monospace}"),
|
||||
SettingValue(types.Font, "8pt Monospace"),
|
||||
"Font used in the tabbar."),
|
||||
|
||||
('statusbar',
|
||||
SettingValue(types.Font, "8pt ${_monospace}"),
|
||||
SettingValue(types.Font, "8pt Monospace"),
|
||||
"Font used in the statusbar."),
|
||||
|
||||
)),
|
||||
|
Loading…
Reference in New Issue
Block a user