Merge font2 patch

This commit is contained in:
Alex Selimov 2025-01-17 20:48:22 -05:00
commit 452af3549d
3 changed files with 397 additions and 295 deletions

View file

@ -7,6 +7,7 @@
*/
static char *font =
"FiraCode Nerd Font Mono:pixelsize=13:antialias=true:autohint=true";
static char *font2[] = {"Noto Color Emoji: pixelsize=12"};
static int borderpx = 4;
static int dark = 0;