From 6c9c53735f15928081c7d7a427076ca323df4c50 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 1 Apr 2022 13:24:47 +0200 Subject: [PATCH] qutebrowser: make FiraCode the font default --- .config/qutebrowser/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 12657fb..3a58a33 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -252,6 +252,9 @@ c.fonts.tabs.selected = 'FiraCode' # Type: FontFamily c.fonts.web.family.fixed = 'FiraCode' +c.fonts.web.family.standard = 'FiraCode' +c.fonts.web.family.sans_serif = 'FiraCode' + # Default font size (in pixels) for regular text. # Type: Int c.fonts.web.size.default = 18