fix: change font to SauceCodePro Nerd Font Mono

This commit is contained in:
Dan Anglin 2024-05-28 19:55:11 +01:00
parent bd1d74d87c
commit 6adfb45f71
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -6,7 +6,7 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Source Code Pro:pixelsize=14:antialias=true:autohint=true";
static char *font = "SauceCodePro Nerd Font Mono:pixelsize=14:antialias=true:autohint=true";
static int borderpx = 2;
/*