From e82bc2c613a94cf7d4e65c89ee2f0f6227dd7775 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 27 Apr 2021 16:07:52 +0530 Subject: font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 8cd9e6c..cd1ae8b 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 = "Source Code Pro:style=Regular:pixelsize=12:antialias=true:autohint=true"; +static char *font = "JetBrains Mono:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit v1.2.3