From d9b965b102015be60b7fe7aa228a85af2cd3bf4b Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 19 Aug 2020 12:43:54 +0100 Subject: Increase font size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 293e00c..0aa2590 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 = "Liberation Mono:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit v1.2.3-13-gbd6f