akhilesh lodhi
akhilesh lodhi

Reputation: 11

App font changes while changing mobile font

So I have a problem in my Application, and that is when I am overriding default mobile font in my app then it's working fine but when I apply a theme to my phone then my app's font family changes. Kindly find a solution to this problem.

Upvotes: 1

Views: 42

Answers (1)

Khaby Lame
Khaby Lame

Reputation: 238

This can be done very easily.

  1. Go to your styles.xml or themes.xml depending on your version
  2. In your AppTheme, type <item name="fontFamily">@font/your_font</item>

Done! Comment if any problem [

Note: it will work on API 26+.

Upvotes: 1

Related Questions