From c66359be5fb21a7bfba1da4af23229e91ee6651c Mon Sep 17 00:00:00 2001 From: pants Date: Mon, 23 Feb 2026 23:17:37 -0800 Subject: [PATCH] font size --- st/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st/config.def.h b/st/config.def.h index 9961f79..4355f23 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "CaskaydiaCoveNerdFontMono:size=16:antialias=true:autohint=true"; +static char *font = "CaskaydiaCoveNerdFontMono:size=15:antialias=true:autohint=true"; static int borderpx = 2; /*