feat(emojies): add support
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "FiraCode Nerd Font Propo:pixelsize=13";
|
||||
static char *font = "FiraCode Nerd Font Propo:pixelsize=13:antialias=true:autohint=true";
|
||||
static char *font2[] = {
|
||||
"Noto Color Emoji:pixelsize=13:antialias=true:autohint=true",
|
||||
};
|
||||
static int borderpx = 5;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user