qutebrowser: increase min font size

This commit is contained in:
surtur 2023-09-02 21:19:01 +02:00
parent 26ffaa4db0
commit 35de512300
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -387,7 +387,7 @@ c.fonts.web.size.default_fixed = 20
# Hard minimum font size (in pixels). # Hard minimum font size (in pixels).
# Type: Int # Type: Int
c.fonts.web.size.minimum = 15 c.fonts.web.size.minimum = 16
# Bindings for normal mode # Bindings for normal mode
config.bind(';#', 'hint code userscript code_select.py') config.bind(';#', 'hint code userscript code_select.py')