From 1a7fbec88422a92b86c62b0ef74b63ed9fd690b6 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Mon, 22 Jun 2020 20:17:26 +0100 Subject: [PATCH] fixed font --- config.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 59fd8dc..a070641 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char font[] = "xos4 Terminus-15:antialias=true:autohint=true"; +static char font[] = "Terminus (TTF):size=15:antialias=true:autohint=true"; +//static char font[] = "Terminus (TTF)"; +//static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 0; /* -- 2.20.1