Font change.

This commit is contained in:
Bartek Stalewski 2023-06-26 01:11:33 +02:00
parent 35b81ddab7
commit f94cb6c942

View File

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "RobotoMono Nerd Font:style=Medium:pixelsize=14";
static char *font = "RobotoMono Nerd Font Mono:style=Medium:pixelsize=14";
static char *font2[] = { "Noto Color Emoji:pixelsize=12" };
static int borderpx = 5;