From 88e4102ae193c2309b19133fa4d91eac58ab6b12 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 9 Mar 2016 10:10:36 +0100 Subject: [PATCH] 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). --- qutebrowser/config/configdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 03ca2d78f..ccf79bba0 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -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."),