From b32bb2bfd20c58e702fb35f4af91118e42628bb0 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 27 Oct 2021 09:19:45 +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 cbfe650..1faaa86 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 = "JetBrains Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Mono:pixelsize=12:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { "JetBrainsMono Nerd Font Mono:pixelsize=12:antialias=true:autohint=true", -- cgit v1.2.3