Index: emu/main.c
===================================================================
--- emu/main.c	(revision 72b574445b420ebe8923af6cbbe4205c7048764d)
+++ emu/main.c	(revision 6027d765d07948f52fea2147bcd08e16444746f7)
@@ -41,5 +41,5 @@
 const char *bios = "bios.abs";
 const char *disk = "buchla.disk";
-const char *font = "ttf/vera-sans-mono.ttf";
+const char *font = "vera.ttf";
 
 uint32_t mid_port = 0;
@@ -60,5 +60,5 @@
 	fprintf(fh, "  bios - BIOS ROM file (default: bios.abs)\n");
 	fprintf(fh, "  disk - disk image file (default: buchla.disk)\n");
-	fprintf(fh, "  font - console and LCD font (default: ttf/vera-sans-mono.ttf)\n");
+	fprintf(fh, "  font - console and LCD font (default: vera.ttf)\n");
 	fprintf(fh, "  port - number of the desired MIDI port (default: 0)\n");
 	fprintf(fh, "         \"list\" instead of a port number lists available ports\n");
