Change the font family in android

Change the font family in android
<?xml version="1.0" encoding="utf-8"?>
<resources>
   <style name="AppTheme" perent="Theme.AppCompat.Light.DarkActionBar">
       <item name="android:fontFamily">@font/font_name</item> // fontFamily
   </style>
</resources>
Source:ww‮tual.w‬turi.com
Created Time:2017-09-02 22:26:31  Author:lautturi