Skip to content
Snippets Groups Projects
Commit 4235e4fa authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Merge branch 'fonts_linux' into 'master'

Set fonts path for linux

See merge request alchemy/alchemy-next!49
parents b0d68a8a 11720cd3
No related branches found
No related tags found
No related merge requests found
......@@ -1115,6 +1115,10 @@ std::string LLFontGL::getFontPathSystem()
sSystemFontPath = "/WINDOWS/FONTS/";
}
}
#elif LL_LINUX
sSystemFontPath = "/usr/share/fonts/";
#endif
if (sSystemFontPath.empty())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment