]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: use Fira Code as default font
authorSamir Benmendil <me@rmz.io>
Thu, 7 Oct 2021 10:54:51 +0000 (11:54 +0100)
committerSamir Benmendil <me@rmz.io>
Tue, 14 Dec 2021 22:25:46 +0000 (22:25 +0000)
qutebrowser/config.py

index ddc047694f261322281ce93062301d198fc85355..569dd039a14434fc255798efe7a756b264664e5b 100644 (file)
@@ -781,7 +781,7 @@ c.fileselect.multiple_files.command = in_terminal(['ranger', '--choosefile={}'])
 ## 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
 ## 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 = ["Hack"]
+c.fonts.default_family = ["Fira Code"]
 
 ## 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
 
 ## 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