Преглед на файлове

Changing the default font to DejaVu Sans Mono, which is more appealing and

activating antialiasing.
Christoph Lohmann преди 12 години
родител
ревизия
246d704ba0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      config.def.h

+ 1 - 1
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"