Slight change of font name.

This commit is contained in:
Bartek Stalewski 2021-10-18 18:02:14 +02:00
parent f0bffc38fe
commit 3a4ed15281
3 changed files with 3 additions and 3 deletions

View file

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