From 95d9c77b537c0be5e0483775e83b244fd135f7e4 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 7 Oct 2021 11:54:51 +0100 Subject: [PATCH] qutebrowser: use Fira Code as default font --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index ddc0476..569dd03 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -781,7 +781,7 @@ c.fileselect.multiple_files.command = in_terminal(['ranger', '--choosefile={}']) ## font setting, it's replaced with the fonts listed here. If set to an ## empty value, a system-specific monospace default is used. ## Type: List of Font, or Font -c.fonts.default_family = ["Hack"] +c.fonts.default_family = ["Fira Code"] ## Default font size to use. Whenever "default_size" is used in a font ## setting, it's replaced with the size listed here. Valid values are -- 2.48.1