From d80b1804327a5715bed2ea00e5d06bc1059694bb Mon Sep 17 00:00:00 2001 From: gutmet Date: Mon, 15 Mar 2021 15:36:36 +0100 Subject: [PATCH] use 14pt font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a5054b4..4ac7420 100644 --- a/config.def.h +++ b/config.def.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; /*