From 3e5c3700456f0323489165a172f92b5d05f40b19 Mon Sep 17 00:00:00 2001 From: Mouad Alami Date: Mon, 13 Apr 2026 12:55:23 +0100 Subject: changed font-style and font-size --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 2cd740a..22daf77 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 = "mono:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit v1.2.3