commit afe82773f6f06a7717b76ade47b60b95f8105d9a parent f86430409d0a9ad71753266908b3b2851e59bc56 Author: Cem Keylan <cem@ckyln.com> Date: Fri, 3 Jan 2020 22:21:11 +0300 change font to monospace 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=14:antialias=true:autohint=true"; +static char *font = "monospace:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /*