From 7c877c8968264fe611d6430cd09f5885841882d2 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Tue, 3 May 2022 12:21:51 +0200 Subject: changing font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 97cc187..25b0332 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 = "Inconsolata Nerd Font Mono:Style=Bold:pixelsize=16:antialias=true:autohint=true"; +static char *font = "JetBrainsMono Nerd Font:style=Bold:pixelsize=16:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { /* "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; */ -- cgit v1.2.3