diff --git a/platform/platform.cpp b/platform/platform.cpp index a9681e996f..1f5f501b46 100644 --- a/platform/platform.cpp +++ b/platform/platform.cpp @@ -71,6 +71,10 @@ void Platform::GetFontNames(FilesList & res) const arrPaths[n++] = &m_extResFiles[i]; #else arrPaths[n++] = &m_resourcesDir; +#ifdef OMIM_OS_LINUX + string packagedFontsPath = "/usr/share/fonts/truetype/mapswithme/"; + arrPaths[n++] = &packagedFontsPath; +#endif #endif FilesList fonts;