From 4c439e7b8ef070be1bbb12d0324a43b5ec889842 Mon Sep 17 00:00:00 2001 From: ant Date: Thu, 12 Mar 2026 21:13:02 +0100 Subject: [PATCH] use "emoji" as fallback font to prevent crash when emoji is not found --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6b3b9c9..79e279f 100644 --- a/config.def.h +++ b/config.def.h @@ -8,7 +8,7 @@ static char *font = "Cascadia Code NF:regular:pixelsize=13.5:fontfeatures=calt,ss01:antialias=true:autohint=true"; #if FONT2_PATCH /* Spare fonts */ -static char *font2[] = { "CaskaydiaCove Nerd Font:pixelsize=13.5:antialias=true:autohint=true" }; +static char *font2[] = { "emoji:pixelsize=13.5:antialias=true:autohint=true" }; #endif // FONT2_PATCH #if BACKGROUND_IMAGE_PATCH