Issue
I have created an Android app with an "Arial" font family, my phone use a custom font family and when i launch my application i dont have an Arial font family but the custom font family of my phone. Any idea how to fix that?
href="https://i.stack.imgur.com/LMm25.png" rel="nofollow noreferrer">Theme
Solution
try to set font family in every text view using.
<TextView
android:fontFamily="@font/fontfamily"/>
Answered By - Kashyap Rathod
Answer Checked By - Robin (JavaFixing Admin)