From e280761e9a138cad5800c28910ec32590fe37f57 Mon Sep 17 00:00:00 2001 From: pants Date: Thu, 18 Dec 2025 22:26:31 -0800 Subject: [PATCH] change font name --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 56ab193..97d02c1 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "CaskaydiaCoveNerdFontMono:size=14:antialias=true:autohint=true"; +static char *font = "CascadiaCode:size=14:antialias=true:autohint=true"; static int borderpx = 2; /*