Index: copying.txt
===================================================================
--- copying.txt	(revision 72b574445b420ebe8923af6cbbe4205c7048764d)
+++ copying.txt	(revision 6027d765d07948f52fea2147bcd08e16444746f7)
@@ -54,5 +54,5 @@
 ----------------------
 
-(Applicable to the font in the "ttf" subdirectory.)
+(Applicable to the "vera.ttf" font file.)
 
 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
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");
Index: readme.txt
===================================================================
--- readme.txt	(revision 72b574445b420ebe8923af6cbbe4205c7048764d)
+++ readme.txt	(revision 6027d765d07948f52fea2147bcd08e16444746f7)
@@ -191,5 +191,5 @@
 
   buchla | buchla.exe     emulator executable (.exe for Windows)
-  ttf/vera-sans-mono.ttf  emulator font
+  vera.ttf                emulator font
   bios.abs                BIOS code
   buchla.disk             disk image
