diff --git a/src/conio/allfonts.h b/src/conio/allfonts.h
index 6fb7d5d7d34d5190bcf605a451b731d20b7d7d25..149a78c24edf0c2a13420c2b1c421ead29345729 100644
--- a/src/conio/allfonts.h
+++ b/src/conio/allfonts.h
@@ -10,6 +10,6 @@ struct conio_font_data_struct {
 
 extern struct conio_font_data_struct conio_fontdata[257];
 
-#define CONIO_FIRST_FREE_FONT	38
+#define CONIO_FIRST_FREE_FONT	37
 
 #endif