mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
config: clarify docs on resetting font-family
This commit is contained in:
@ -38,6 +38,13 @@ const c = @cImport({
|
|||||||
/// available in the primary font. This is particularly useful for
|
/// available in the primary font. This is particularly useful for
|
||||||
/// multiple languages, symbolic fonts, etc.
|
/// multiple languages, symbolic fonts, etc.
|
||||||
///
|
///
|
||||||
|
/// If you want to overwrite a previous set value rather than append
|
||||||
|
/// a fallback, specify the value as "" (empty string) to reset the list
|
||||||
|
/// and then set the new values. For example:
|
||||||
|
///
|
||||||
|
/// font-family = ""
|
||||||
|
/// font-family = "My Favorite Font"
|
||||||
|
///
|
||||||
/// Changing this configuration at runtime will only affect new terminals,
|
/// Changing this configuration at runtime will only affect new terminals,
|
||||||
/// i.e. new windows, tabs, etc.
|
/// i.e. new windows, tabs, etc.
|
||||||
@"font-family": RepeatableString = .{},
|
@"font-family": RepeatableString = .{},
|
||||||
|
Reference in New Issue
Block a user