diff --git a/config.h b/config.h index a97420c..3bdef97 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Roboto Mono:size=11:antialias=true:autohint=false:hinting=false:dpi=96"; +static char *font = "Source Code Pro:size=10:antialias=true:autohint=false:hinting=false:dpi=96"; static char *font2[] = { "Joypixels:size=5" }; static int borderpx = 10; diff --git a/st b/st index abbfe74..420bbab 100755 Binary files a/st and b/st differ diff --git a/st.o b/st.o index e3bb2f3..5580b18 100644 Binary files a/st.o and b/st.o differ diff --git a/x.o b/x.o index 5f02e32..b019802 100644 Binary files a/x.o and b/x.o differ