Text is Distorted : Android

I have a text label in my scene and it seems perfect in game view as well as while using unity remote but things get really messed up as soon as i build scene (compile to apk) and run it on an actual android device.The spacing between characters reduces considerably and makes text look ugly. here are images describing my problem. There were some old similar questions but none of them was answered…please help…

That’s usually a symptom of the font not existing on the device and needing to be emulated with a system font. Are you embedding the font data in your project?