From dcecd7e1104b1d23b68ca35f0462572c01eb9de2 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 2 Jul 2022 00:21:24 +0530 Subject: add terminess font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 8dc588e..4911266 100644 --- a/config.def.h +++ b/config.def.h @@ -8,7 +8,7 @@ static const int swallowfloating = 0; /* 1 means swallow floating wind static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "Product Sans:size=12:antialias=true:autohint=true", - "JetBrainsMono Nerd Font Mono:pixelsize=13:antialias=true:autohint=true", + "TerminessTTF Nerd Font:pixelsize=13:antialias=true:autohint=true", "Noto Color Emoji:pixelsize=12:antialias=true:autohint=true"}; static const char dmenufont[] = "Product Sans:size=12:antialias=true:autohint=true"; static char normbgcolor[] = "#222222"; -- cgit v1.2.3