From 9892de3813296a70451372856c31634f86ecd9f2 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Thu, 4 May 2023 02:50:22 +0000 Subject: change font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ad0bc18..e8565c2 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "FiraCode Nerd Font Mono:style=Regular:pixelsize=16:antialias=true:autohint=true"; +static char *font = "JetBrainsMono Nerd Font:style=Regular:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 20; /* -- cgit v1.2.3