added emoji support

This commit is contained in:
Noah Swerhun 2020-07-14 23:33:44 -05:00
parent 7e2727a4fe
commit 2973575c33

View file

@ -6,6 +6,7 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
static char *font = "Roboto Mono:size=11:antialias=true:autohint=false:hinting=false:dpi=96"; static char *font = "Roboto Mono:size=11:antialias=true:autohint=false:hinting=false:dpi=96";
static char *font2[] = { "Noto Color Emoji:size=11" };
static int borderpx = 10; static int borderpx = 10;
/* /*