fix(st):修改字体

This commit is contained in:
augety 2024-07-20 19:41:53 +08:00
parent a40bfd8349
commit f1483a52a7

View File

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
static char *font = "Hack Nerd Font Mono:pixelsize=19:antialias=true:autohint=true";
static int borderpx = 2;
/*