1
0
This commit is contained in:
Jeff Lance 2024-03-07 12:27:47 +01:00
parent 13c8ed4652
commit 8a773df75f

View File

@ -875,14 +875,14 @@ c.fonts.completion.entry = "bold 12pt JetBrainsMono Nerd Font Mono"
## Font used for the debugging console. ## Font used for the debugging console.
## Type: QtFont ## Type: QtFont
c.fonts.debug_console = "12pt JetBrainsMono Nerd Font Mono" c.fonts.debug_console = "bold 12pt JetBrainsMono Nerd Font Mono"
## Default font families to use. Whenever "default_family" is used in a font setting, ## Default font families to use. Whenever "default_family" is used in a font setting,
## its replaced with the fonts listed here. If set to an empty value, ## its replaced with the fonts listed here. If set to an empty value,
## a system-specific monospace default is used. ## a system-specific monospace default is used.
## Type: List of Font, or Font ## Type: List of Font, or Font
## Default: empty ## Default: empty
c.fonts.default_family = ["JetBrainsMono Nerd Font Mono"] c.fonts.default_family = ["JetBrainsMono NFP SemiBold"]
## Default font size to use. ## Default font size to use.
## Whenever "default_size" is used in a font setting, its replaced with the size listed here. ## Whenever "default_size" is used in a font setting, its replaced with the size listed here.