From 23e76ad459fdc62529592a74143eba9ade493261 Mon Sep 17 00:00:00 2001 From: _N3m0 Date: Mon, 4 Mar 2024 11:22:31 +0100 Subject: [PATCH] change font --- st/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st/config.h b/st/config.h index b32b4c2..ceb654b 100644 --- a/st/config.h +++ b/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=17:antialias=true:autohint=true"; +static char *font = "monospace:pixelsize=17:antialias=true:autohint=true"; static int borderpx = 2; /*