Switch from JetBrains to Roboto.

This commit is contained in:
Bartek Stalewski 2022-02-24 15:19:38 +01:00
parent 7836d8b0be
commit f11e6c927f
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ static int centered = 0; /* -c option; centers dmenu on scree
static int min_width = 500; /* minimum width when centered */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"JetBrainsMono Nerd Font Mono:style=Medium:size=12",
"RobotoMono Nerd Font:style=Medium:size=12",
"Noto Color Emoji:style=Regular:size=14",
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */