From cbb4606edfaf526c89e5574662272e7b0bda05a9 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 14 Jun 2021 20:30:32 +0400 Subject: Changed font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index e5648db..1b8c196 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=17:antialias=true:autohint=true"; +static char *font = "Hasklug Nerd Font Mono:size=15:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit v1.2.3