Text is an important component for most of the application, through which you will be delivering messages and all the readable components to the user. It can be a TextView, hint in an EditView, label in a ButtonView whatever it may be, you have to present it in a more readable and stylish way to the user. And the most important thing is all the text should be of same style and font for the uniformity of the application, which is very important. Here i am going to explain how you can do this in a more perfect and simple way.
As usual I am going to explain it in steps, for your simplicity and better understanding.