diff --git a/code/ryzom/client/src/connection.cpp b/code/ryzom/client/src/connection.cpp index 0b2ed1439..8a02e4327 100644 --- a/code/ryzom/client/src/connection.cpp +++ b/code/ryzom/client/src/connection.cpp @@ -438,8 +438,7 @@ bool connection (const string &cookie, const string &fsaddr) Actions.enable(false); EditActions.enable(false); -// resetTextContext ("ingame.ttf", true); - resetTextContext ("ryzom.ttf", true); + resetTextContext("noto_sans_display.ttf", true); if (InterfaceState == GOGOGO_IN_THE_GAME) { @@ -572,8 +571,7 @@ bool reconnection() Actions.enable(false); EditActions.enable(false); -// resetTextContext ("ingame.ttf", true); - resetTextContext ("ryzom.ttf", true); + resetTextContext("noto_sans_display.ttf", true); if (InterfaceState == GOGOGO_IN_THE_GAME) { diff --git a/code/ryzom/client/src/init.cpp b/code/ryzom/client/src/init.cpp index 1f9c10b34..270e2c065 100644 --- a/code/ryzom/client/src/init.cpp +++ b/code/ryzom/client/src/init.cpp @@ -1335,8 +1335,7 @@ void prelogInit() // Create a text context. We need to put the full path because we not already add search path -// resetTextContext ("bremenb.ttf", false); - resetTextContext ("ryzom.ttf", false); + resetTextContext("noto_sans_display.ttf", true); CInterfaceManager::getInstance();