use "emoji" as fallback font to prevent crash when emoji is not found
This commit is contained in:
parent
0814fc7a5d
commit
b320db210e
1 changed files with 1 additions and 1 deletions
|
|
@ -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[] = { "CaskaydiaCove NFM Regular:pixelsize=13.5:antialias=true:autohint=true", "emoji:pixelsize=13.5:antialias=true:autohint=true" };
|
||||
#endif // FONT2_PATCH
|
||||
|
||||
#if BACKGROUND_IMAGE_PATCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue