commit 4017c86367f9e2e3ec7a3813a7e32a63588b41e6 parent b93d02c214b22a1b27b4fafc1d6cf22efe262ea3 Author: mrgrouse <bdmfegys@duck.com> Date: Fri, 15 Nov 2024 17:19:45 -0500 config.def.h: switch default font to Meslo Diffstat:
| M | config.def.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Meslo LG M DZ:style=Bold:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /*