aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/qutebrowser/ui.py')
-rw-r--r--config/qutebrowser/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/qutebrowser/ui.py b/config/qutebrowser/ui.py
index db59e76..6378c2d 100644
--- a/config/qutebrowser/ui.py
+++ b/config/qutebrowser/ui.py
@@ -15,7 +15,7 @@ def read_xresources(prefix):
xresources = read_xresources('*')
-c.fonts.default_family = 'JetBrainsMono Nerd Font'
+c.fonts.default_family = 'monospace'
c.fonts.default_size = '12px'
c.colors.webpage.preferred_color_scheme = 'dark'