From 7cb15970808407781abe77ad7deae860d9bc43ad Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Wed, 15 Jul 2020 01:59:37 -0500 Subject: [PATCH] changed font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 282025d..a4e72d5 100644 --- a/config.h +++ b/config.h @@ -6,7 +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 char *font2[] = { "Joypixels:size=5" }; static int borderpx = 10; /*