From c9dc81534f0edcad76259aba833b949fcb0ea4a8 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:42 -0500 Subject: use misc fixed, update readme --- st_config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'st_config.h') diff --git a/st_config.h b/st_config.h index e8d23a9..14167aa 100644 --- a/st_config.h +++ b/st_config.h @@ -5,7 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true"; +// static char *font = "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true"; +static char *font = "-misc-fixed-medium-r-normal--14-130-13-75-C-70-iso10646-1"; static int borderpx = 2; /* -- cgit v1.3-2-g0d8e