From 295f9cee19a64e33284256fe6f3e8efb9aa73b3b Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 25 Nov 2022 12:06:46 +0100 Subject: added font2 patch --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index ebdfc05..4cf6218 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack Nerd Font :pixelsize=14:antialias=true:autohint=true"; +static char *font = "Hack Nerd Font:pixelsize=14:antialias=true:autohint=true"; +/* Spare fonts*/ +static char *font2[] = { "Symbola:pixelsize14:antialias=true:autohint=true" }; static int borderpx = 2; /* -- cgit v1.2.3