diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index f49f14d2a..847c8e0fb 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -994,7 +994,7 @@ void guiInit() } // Install our fast fonts - fntpath.append( "typewriter.txf" ); + fntpath.append(fgGetString("/sim/font", "typewriter.txf")); guiFntHandle = new fntTexFont ; guiFntHandle -> load ( (char *)fntpath.c_str() ) ; puFont GuiFont ( guiFntHandle, 15 ) ;