From f0e81abfb359ab19d2183cc02052024d3e0a4b1c Mon Sep 17 00:00:00 2001 From: siduck76 Date: Fri, 2 Jul 2021 09:07:31 +0530 Subject: [PATCH] use blobmoji for font2 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index e500bc5b147eede95721485e75c65d7a55ca1476..c5a2179ad6d99bd282bba178ac28112b886a10ff 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "JetBrainsMono Nerd Font :pixelsize=15:antialias=true:autohint=true"; -static char *font2[] = { "JetBrainsMono Nerd Font :pixelsize=15:antialias=true:autohint=true" }; +static char *font2[] = { "blobmoji :pixelsize=15:antialias=true:autohint=true" }; static int borderpx = 0; /*