Browse Source

fixed font definition

Anselm R. Garbe 18 years ago
parent
commit
c3eca4d14f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.def.h

+ 1 - 1
config.def.h

@@ -3,7 +3,7 @@
 /* appearance */
 #define BARPOS			BarTop /* BarBot, BarOff */
 #define BORDERPX		1
-#define FONT			"-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*"
+#define FONT			"-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"
 #define NORMBORDERCOLOR		"#cccccc"
 #define NORMBGCOLOR		"#cccccc"
 #define NORMFGCOLOR		"#000000"