From 398cfc9a93b3d1d56dd205839e30b5e7fe062fec Mon Sep 17 00:00:00 2001 From: ant Date: Thu, 12 Mar 2026 21:13:02 +0100 Subject: [PATCH] set correct fallback fonts --- config.def.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6b3b9c9..01cc446 100644 --- a/config.def.h +++ b/config.def.h @@ -8,7 +8,11 @@ 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[] = { + "Symbola", + "Unifont", + "emoji:pixelsize=13.5:antialias=true:autohint=true", +}; #endif // FONT2_PATCH #if BACKGROUND_IMAGE_PATCH