From 22d98188beebda2878b952521f244d9aaf26ecba Mon Sep 17 00:00:00 2001 From: Madeleine Date: Tue, 31 May 2022 21:07:08 +0100 Subject: [PATCH] change to nerd font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index a949bc5..608a424 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Iosevka:pixelsize=16:antialias=true:autohint=true"; +static char *font = "Iosevka Nerd Font:pixelsize=16:antialias=true:autohint=true"; static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true", "Font Awesome 6 Free Solid:pixelsize=16:antialias=true:autohint=true",