commit f0e81abfb359ab19d2183cc02052024d3e0a4b1c
parent 1c3b23902f0fdf50d65d8130c45a3378f981f23e
Author: siduck76 <siduckk76@protonmail.com>
Date: Fri, 2 Jul 2021 09:07:31 +0530
use blobmoji for font2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;
/*