From 339a83c89d6f66d7f7a7aa51a0404f7d3673fc1a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 3 Sep 2024 15:32:32 -0700 Subject: [PATCH] config: note that emoji font requires explicit override Fixes #2072 --- src/config/Config.zig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 725166adc..1f9a78f31 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -50,6 +50,11 @@ const c = @cImport({ /// font. This is particularly useful for multiple languages, symbolic fonts, /// etc. /// +/// Notes on emoji specifically: On macOS, Ghostty by default will always use +/// Apple Color Emoji and on Linux will always use Noto Emoji. You can +/// override this behavior by specifying a font family here that contains +/// emoji glyphs. +/// /// The specific styles (bold, italic, bold italic) do not need to be /// explicitly set. If a style is not set, then the regular style (font-family) /// will be searched for stylistic variants. If a stylistic variant is not