From 9230c5392881b96753599ce6fceb2c9865590129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 14 Dec 2021 17:23:20 +0000 Subject: config.h: Use terminus bitmap font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6f05dce..9783174 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Terminus:pixelsize=10:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit v1.2.3