Use "Monospace" only as monospace font
This commit is contained in:
parent
341481cd99
commit
1442b1e35f
@ -463,23 +463,16 @@ DATA = OrderedDict([
|
|||||||
)),
|
)),
|
||||||
|
|
||||||
('fonts', sect.KeyValue(
|
('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',
|
('completion',
|
||||||
SettingValue(types.Font, "8pt ${_monospace}"),
|
SettingValue(types.Font, "8pt Monospace"),
|
||||||
"Font used in the completion widget."),
|
"Font used in the completion widget."),
|
||||||
|
|
||||||
('tabbar',
|
('tabbar',
|
||||||
SettingValue(types.Font, "8pt ${_monospace}"),
|
SettingValue(types.Font, "8pt Monospace"),
|
||||||
"Font used in the tabbar."),
|
"Font used in the tabbar."),
|
||||||
|
|
||||||
('statusbar',
|
('statusbar',
|
||||||
SettingValue(types.Font, "8pt ${_monospace}"),
|
SettingValue(types.Font, "8pt Monospace"),
|
||||||
"Font used in the statusbar."),
|
"Font used in the statusbar."),
|
||||||
|
|
||||||
)),
|
)),
|
||||||
|
Loading…
Reference in New Issue
Block a user