To change your app font follow the following steps:
res
directory create a new directory and name it font
.res
-> values
-> styles.xml
inside <resources>
-> <style>
add your font <item name="android:fontFamily">@font/font_name</item>
.Now all your app text should be in the font that you add.