diff --git a/es-core/src/resources/Font.cpp b/es-core/src/resources/Font.cpp index a6f1294bb..ec0fda351 100644 --- a/es-core/src/resources/Font.cpp +++ b/es-core/src/resources/Font.cpp @@ -384,13 +384,7 @@ std::vector getFallbackFontPaths() // TODO const char* paths[] = { - // Japanese - "/usr/share/fonts/truetype/fonts-japanese-gothic.ttf", - - // Latin - "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf", - "/usr/share/fonts/TTF/DejaVuSerif.ttf", - "/usr/share/fonts/dejavu/DejaVuSerif.ttf" + "/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf" // japanese, chinese, present on Debian }; std::vector fontPaths;