From ff6b3c69f8f9f469e8d549fd73f24e0d352c0594 Mon Sep 17 00:00:00 2001 From: a Date: Fri, 10 May 2024 03:00:47 -0500 Subject: [PATCH] undo font2 --- config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.h b/config.h index 0249477..df7519c 100644 --- a/config.h +++ b/config.h @@ -6,10 +6,6 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "TamzenForPowerline:pixelsize=16:style=regular:antialias=false:hinting=false"; -static char *font2[] = { - "JetBrainsMono Nerd Font Mono:pixelsize=22:antialias=true:autohint=true", - "math:pixelsize=22:antialias=true:autohint=true" // Math fonts alias -}; static int borderpx = 4; /*