From b8bcf6b799a3240d18eef8db75328e616a75e6c8 Mon Sep 17 00:00:00 2001 From: pants Date: Fri, 23 Jan 2026 22:53:38 -0800 Subject: [PATCH] change font back --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 97d02c1..56ab193 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 = "CascadiaCode:size=14:antialias=true:autohint=true"; +static char *font = "CaskaydiaCoveNerdFontMono:size=14:antialias=true:autohint=true"; static int borderpx = 2; /*