From bf0dc87e449cd3b971e36f88d90b57da9ab53358 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Sat, 20 Jun 2020 17:10:59 +0100 Subject: [PATCH] set font --- config.def.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index f38fca7..55c6f5c 100644 --- a/config.def.h +++ b/config.def.h @@ -5,8 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -//static char font[] = "xos4 Terminus-15:antialias=true:autohint=true"; -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char font[] = "xos4 Terminus-15:antialias=true:autohint=true"; static int borderpx = 0; /* -- 2.20.1