From: Christoph Lohmann <20h@r-36.net> Date: Mon, 24 Sep 2012 12:01:59 +0000 (+0200) Subject: Changing the default font to DejaVu Sans Mono, which is more appealing and X-Git-Tag: 0.3~46 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=33eaeacaa45cf3d4f9c0f07136ae240d2611f070;p=st.git Changing the default font to DejaVu Sans Mono, which is more appealing and activating antialiasing. --- diff --git a/config.def.h b/config.def.h index 5cb1fd2..1f0291e 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ -#define FONT "Bitstream Vera Sans Mono:pixelsize=12:antialias=false:autohint=true" +#define FONT "DejaVu Sans Mono:pixelsize=12:antialias=true:autohint=true" #define BOLDFONT FONT ":weight=bold" #define ITALICFONT FONT ":slant=italic,oblique" #define ITALICBOLDFONT BOLDFONT ":slant=italic,oblique"