--- a/es-core/src/resources/Font.cpp +++ b/es-core/src/resources/Font.cpp @@ -261,9 +261,9 @@ // Linux const char* paths[] = { - "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf", - "/usr/share/fonts/truetype/freefont/FreeMono.ttf", - "/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf" // japanese, chinese, present on Debian + "/usr/share/fonts/dejavu/DejaVuSans.ttf", + "/usr/share/fonts/freefont/FreeMono.ttf", + "/usr/share/fonts/droid-nonlatin/DroidSansFallbackFull.ttf" // japanese, chinese, present on Debian }; std::vector fontPaths;