From 2973575c3378836e6db24a00ed54441e6a0c6053 Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Tue, 14 Jul 2020 23:33:44 -0500 Subject: [PATCH] added emoji support --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 3bfef43..282025d 100644 --- a/config.h +++ b/config.h @@ -6,6 +6,7 @@ * 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 *font2[] = { "Noto Color Emoji:size=11" }; static int borderpx = 10; /*