Font settings.

This commit is contained in:
CronyAkatsuki 2023-11-06 13:53:50 +01:00
parent 737dac124c
commit c1a75a1989

View File

@ -105,3 +105,10 @@ config.bind(",Y", "hint links userscript yt-dlp")
config.bind(",f", "open {primary}") config.bind(",f", "open {primary}")
config.bind(",F", "open --tab {primary}") config.bind(",F", "open --tab {primary}")
##-- Font Settings --##
c.fonts.default_family = '"Source Code Pro"'
c.fonts.default_size = "11pt"
c.fonts.completion.entry = 'default_size "default_family"'
c.fonts.debug_console = 'default_size "default_family"'
c.fonts.prompts = "default_size default_family"
c.fonts.statusbar = 'default_size "default_family"'