diff --git a/bst/config.h b/bst/config.h index 83331a62..2c260b23 100644 --- a/bst/config.h +++ b/bst/config.h @@ -5,8 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Source Code Pro:pixelsize=18:antialias=true:autohint=true"; -// static char *font = "mono:pixelsize=18.5:antialias=true:autohint=true"; +// static char *font = "Source Code +// Pro:pixelsize=18:antialias=true:autohint=true"; +static char *font = "mono:pixelsize=18.5:antialias=true:autohint=true"; static int borderpx = 2; /* diff --git a/bst/st.o b/bst/st.o index 0659938f..25606bd0 100644 Binary files a/bst/st.o and b/bst/st.o differ diff --git a/bst/x.o b/bst/x.o index aa3dc509..e65a0669 100644 Binary files a/bst/x.o and b/bst/x.o differ