Index: trunk/Ohana/src/libkapa/include/alphabet.h
===================================================================
--- trunk/Ohana/src/libkapa/include/alphabet.h	(revision 5854)
+++ trunk/Ohana/src/libkapa/include/alphabet.h	(revision 38986)
@@ -1,2 +1,13 @@
+
+# if (0) 
+# include "../rotfont/times8.h"
+
+# define DEFFONT 1
+static FontSet HardwiredFonts[] = {
+  {times8font,  "times", 8}
+};
+# endif
+
+# if (1)
 # include "../rotfont/times8.h"
 # include "../rotfont/times12.h"
@@ -49,4 +60,5 @@
   {symbol24font, "symbol", 24}
 };
+# endif
 
 /* put these as static in RotFont.c with accessor functions */
