From 538f6033ea46163542c69813988fbbd85e0f6cae Mon Sep 17 00:00:00 2001 From: Nihaal Sangha Date: Mon, 5 Aug 2024 17:26:33 +0100 Subject: [PATCH] Document not every font-family needs to be set --- src/config/Config.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 80beb6fc7..ff5a83047 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -49,6 +49,8 @@ const c = @cImport({ /// font. This is particularly useful for multiple languages, symbolic fonts, /// 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, /// specify the value as `""` (empty string) to reset the list and then set the /// new values. For example: