set correct fallback fonts
This commit is contained in:
parent
0814fc7a5d
commit
398cfc9a93
1 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,11 @@
|
||||||
static char *font = "Cascadia Code NF:regular:pixelsize=13.5:fontfeatures=calt,ss01:antialias=true:autohint=true";
|
static char *font = "Cascadia Code NF:regular:pixelsize=13.5:fontfeatures=calt,ss01:antialias=true:autohint=true";
|
||||||
#if FONT2_PATCH
|
#if FONT2_PATCH
|
||||||
/* Spare fonts */
|
/* 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
|
#endif // FONT2_PATCH
|
||||||
|
|
||||||
#if BACKGROUND_IMAGE_PATCH
|
#if BACKGROUND_IMAGE_PATCH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue