From e6dbeb47f24f70b9994166024c8db10567562dc9 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Fri, 22 Jul 2022 00:16:12 +0530 Subject: changing font --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 50b8be8..6f926b7 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "Hack Nerd Font:size=10", - "Hack Nerd Font:pixelsize=10:antialias=true:autohint=true", + "JetBrains Mono:size=10", + "JetBrains Mono:pixelsize=10:antialias=true:autohint=true", "emoji:size=10" // For rendering emojis }; static const unsigned int bgalpha = 0xe0; -- cgit v1.2.3