From e0b285014d599ac4ee60f5d905884d8c6bb85ad7 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 15 Oct 2023 18:12:04 +0000 Subject: update font --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index fbbb55f..7c8efa0 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; -static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; +static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; +static char *font2[] = { "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" }; static int borderpx = 2; /* -- cgit v1.2.3