From ae40e8709147e80cf8ee7dca71d113e3fbf4aa5a Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Tue, 2 Jan 2024 21:44:24 +0100 Subject: [PATCH] Fix font's. --- config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.h b/config.h index 58b2011..065ebbd 100644 --- a/config.h +++ b/config.h @@ -5,6 +5,10 @@ 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[] = { "CaskaydiaCove Nerd Font:size=11:antialias=true", + "Noto Sans:size=1:antialias=true", + "Noto Color Emoji:size=11:antialias=true", + "IpaGothic:size=11:antialias=true", + "Symbola:size=11:antialias=true", }; static const unsigned int bgalpha = OPAQUE; static const unsigned int fgalpha = OPAQUE;