[qutebrowser] Change font to JetBrains Mono
This commit is contained in:
parent
923b9fbd9e
commit
5485f3c7b4
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ c.colors.tabs.pinned.selected.even.bg = '#ebdbb2'
|
||||||
# font setting, it's replaced with the fonts listed here. If set to an
|
# font setting, it's replaced with the fonts listed here. If set to an
|
||||||
# empty value, a system-specific monospace default is used.
|
# empty value, a system-specific monospace default is used.
|
||||||
# Type: List of Font, or Font
|
# Type: List of Font, or Font
|
||||||
c.fonts.default_family = 'Hermit'
|
c.fonts.default_family = 'JetBrains Mono'
|
||||||
|
|
||||||
# Default font size to use. Whenever "default_size" is used in a font
|
# Default font size to use. Whenever "default_size" is used in a font
|
||||||
# setting, it's replaced with the size listed here. Valid values are
|
# setting, it's replaced with the size listed here. Valid values are
|
||||||
|
|
Loading…
Reference in a new issue