mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Document not every font-family needs to be set
This commit is contained in:
@ -49,6 +49,8 @@ const c = @cImport({
|
|||||||
/// font. This is particularly useful for multiple languages, symbolic fonts,
|
/// font. This is particularly useful for multiple languages, symbolic fonts,
|
||||||
/// etc.
|
/// etc.
|
||||||
///
|
///
|
||||||
|
/// If e.g. font-family-bold is not set, font-family is used as a default.
|
||||||
|
///
|
||||||
/// If you want to overwrite a previous set value rather than append a fallback,
|
/// 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
|
/// specify the value as `""` (empty string) to reset the list and then set the
|
||||||
/// new values. For example:
|
/// new values. For example:
|
||||||
|
Reference in New Issue
Block a user