qutebrowser: make FiraCode the font default

This commit is contained in:
surtur 2022-04-01 13:24:47 +02:00
parent 8b9bb8ac5a
commit 6c9c53735f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -252,6 +252,9 @@ c.fonts.tabs.selected = 'FiraCode'
# Type: FontFamily # Type: FontFamily
c.fonts.web.family.fixed = 'FiraCode' 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. # Default font size (in pixels) for regular text.
# Type: Int # Type: Int
c.fonts.web.size.default = 18 c.fonts.web.size.default = 18