change font

This commit is contained in:
_N3m0 2024-03-04 11:22:31 +01:00
parent 45eba26edc
commit 23e76ad459
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 = "Liberation Mono:pixelsize=17:antialias=true:autohint=true";
static char *font = "monospace:pixelsize=17:antialias=true:autohint=true";
static int borderpx = 2;
/*