summary |
log |
commit |
diff |
tree
raw |
patch |
inline | side by side (from parent 1:
5d2d9d5)
The antialiasing was false due to circumstances that do not exist anymore. We
need antialiasing on big screens with big fonts. Autohinting too.
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
+static char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
static int borderpx = 2;
/*
static int borderpx = 2;
/*