qutebrowser: set default font to Iosevka

This commit is contained in:
Tommy Harris 2021-04-21 16:50:33 -06:00
parent 978f04ec8e
commit 4342eec22d
Signed by: tobraha
GPG Key ID: 93769A4F97AE33E9
1 changed files with 6 additions and 0 deletions

View File

@ -265,6 +265,12 @@ c.colors.webpage.darkmode.enabled = True
# - brightness-rgb: Modify colors by subtracting each of r, g, and b from their maximum value.
c.colors.webpage.darkmode.algorithm = 'brightness-rgb'
# Default font families to use. Whenever "default_family" is used in a
# 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 = 'Iosevka'
# Bindings for normal mode
config.bind(',ap', 'config-cycle content.user_stylesheets ~/repo/solarized-everything-css/css/apprentice/apprentice-all-sites.css ""')
config.bind(',dr', 'config-cycle content.user_stylesheets ~/repo/solarized-everything-css/css/darculized/darculized-all-sites.css ""')