Noto instead of JoyPixels.

This commit is contained in:
Bartek Stalewski 2021-10-08 00:48:10 +02:00
parent 5af00aa70d
commit 0ba9df8d5e
4 changed files with 6 additions and 7 deletions

View file

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