From 3653d4c5455e244460ea8be904477861395e6b35 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Fri, 12 Jun 2020 19:19:14 -0600 Subject: [PATCH] qutebrowser: remove deprecated font option --- profiles/graphical/qutebrowser/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/graphical/qutebrowser/config.py b/profiles/graphical/qutebrowser/config.py index 64b29d0b..95936164 100644 --- a/profiles/graphical/qutebrowser/config.py +++ b/profiles/graphical/qutebrowser/config.py @@ -257,11 +257,6 @@ c.colors.hints.bg = '#1E1F29' # Type: QssColor c.colors.hints.match.fg = '#5AF78E' -# Default monospace fonts. Whenever "monospace" is used in a font -# setting, it's replaced with the fonts listed here. -# Type: Font -c.fonts.monospace = 'monospace' - # leave listed modes easily with for mode in\ ['caret', 'command', 'hint',