Start a Project

Android Calligraphy

Why Android ? Why,  No support to custom font till date !

Android do not provide us support to change font family of the complete application. We are more or less become dependent on custom view as described in my earlier blog on change-font-of-the-application.

But fortunately (thanks to chrisopher jerkins) for creating a wonderfull library chrisjenx/Calligraphy.

In this blog we are going to add new font in our application.

 

Let’s get Started:

Add Dependency in our application gradle:

Set the path of custom font:

 

Create our own Application Class:

Override the context used by each activity where we want to apply custom font:

Don’t forget to update the Android Manifest:

Here are the results:

 

 

 

 

Exit mobile version