From e4ec83fdf5cc632aaceab0b9ecda9e04c30d2385 Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Thu, 10 Oct 2024 19:17:04 -0400 Subject: [PATCH] changed font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 69a3b6c..f8d94d1 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Cascadia Code:pixelsize=16:antialias=true:autohint=true"; +static char *font = "Olympe Mono Hacked:pixelsize=30:antialias=true:autohint=true"; static char *font2[] = { "NotoColorEmoji:pixelsize=18:antialias=true:autohint=true" }; static int borderpx = 2;