From ecc0cb9cf3f6fe5be4d0a92d626e8520964ad052 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Wed, 6 Dec 2023 02:20:29 +0100 Subject: font name update --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 34055fe..061e44c 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 = "JetBrainsMono Nerd Font:style=Bold:pixelsize=16:antialias=true:autohint=true"; +static char *font = "JetBrainsMono NFM: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