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;