Jelajahi Sumber

The times of bad fonts are over.

The antialiasing was false due to circumstances that do not exist anymore. We
need antialiasing on big screens with big fonts. Autohinting too.
Christoph Lohmann 9 tahun lalu
induk
melakukan
bf8c71e429
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      config.def.h

+ 1 - 1
config.def.h

@@ -5,7 +5,7 @@
  *
  * 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;
 
 /*