From a6d9d62910f0cc1a1534e251419f2f523e07d170 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Sun, 14 Aug 2022 22:56:48 +0300 Subject: no second font by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 0eb7774..e14d0b1 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "monospace:size=9:antialias=true:autohint=true"; -static char *font2[] = { "joypixels:pixelsize=12:antialias=true:autohint=true" }; +static char *font2[] = { }; static int borderpx = 2; -- cgit v1.2.3