From 4adbbc4382c37145b405c40528fe289c177a3662 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Mon, 2 Dec 2024 00:10:32 +0100 Subject: [PATCH] adjusted font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index e5ad311..b805535 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=36:antialias=true:autohint=true"; +static char *font = "JetBrainsMonoNL Nerd Font:pixelsize=36:antialias=true:autohint=true"; static int borderpx = 2; /*