set font to monospace

This commit is contained in:
Klesh Wong 2020-02-06 16:55:07 +08:00
parent 64b258ae69
commit 0affaa4d0e

View File

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Cascadia Code:size=12:antialias=true:autohint=true";
static char *font = "monospace:size=12:antialias=true:autohint=true";
static int borderpx = 2;
/*