From ec09f35166105a1cd293a955289db9b32929e70d Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 9 May 2021 21:09:28 +0200 Subject: [PATCH] [qutebrowser] Increase font size by two point --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 2317386..7f10448 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -522,4 +522,4 @@ c.fonts.default_family = 'JetBrains Mono' # either a float value with a "pt" suffix, or an integer value with a # "px" suffix. # Type: String -c.fonts.default_size = '10pt' +c.fonts.default_size = '12pt'