From 4327d2a6e9bb6e10f91c0cf9d7645a051d546021 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Fri, 21 Apr 2023 15:05:11 +0200 Subject: [PATCH] font update --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index be09dc6..a32f489 100644 --- a/config.h +++ b/config.h @@ -6,8 +6,8 @@ static const unsigned int fgalpha = 0xffU; static const unsigned int bgalpha = 0xffU; /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "JetBrainsMono Nerd Font:pixelsize=14:antialias=true", - "Noto Color Emoji:pixelsize=14:antialias=true", + "FiraCode Nerd Font Mono:pixelsize=14", + "Noto Color Emoji:pixelsize=14", "FontAwesome:pixelsize=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */