I want to use my own font for navigation drawer in android.I use the library comes with android studio according to this answer: https://stackoverflow.com/a/23632492/4393226
Step 1:Make Style as follows in style.xml
Step 2: Add style as theme in your android.support.design.widget.NavigationView
android:theme="@style/NavigationView"