config.h > config.def.h + font change

This commit is contained in:
Vitor Gonçalves 2024-01-27 13:49:16 -03:00
parent 2a68fe9824
commit 1f51cf1aff
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "mono:pixelsize=12:antialias=true:autohint=true";
static char *font = "JetBrainsMono Nerd Font Mono:pixelsize=12:antialias=true:autohint=true";
static char *font2[] = { "Twitter Color Emoji:pixelsize=10:antialias=true:autohint=true" };
static int borderpx = 2;