From 2e3016417adf1276a1be883f34cd49a741eefc88 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Mon, 19 Jul 2021 12:11:58 +0200 Subject: [PATCH] Change font size --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index c995548..950568b 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "iosevka-extended:pixelsize=20:antialias=true:autohint=true"; -static char *font2[] = { "JoyPixels:pixelsize=18:antialias=true:autohint=true" }; +static char *font = "iosevka-extended:pixelsize=24:antialias=true:autohint=true"; +static char *font2[] = { "JoyPixels:pixelsize=20:antialias=true:autohint=true" }; static int borderpx = 2; /*