Revert last font change.

This commit is contained in:
Bartek Stalewski 2023-06-26 10:28:50 +02:00
parent f94cb6c942
commit c7982e3cab

View file

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