For all my labels I'm using a Font that only now I discover that is present only in the API 21+.
Since my app support API 16+ I need to change all the font of the labels in my app if < API21.
I can upload in my app the .tff font file but then:
- I should check programmatically in every Activity if the current API is < 21 and than change programmatically the font of all the labels
But the problem is that I have a TON of Activities and Labels.
Since I'm really new to Android I ask if you guys have a better solution.
The font is 'DancingScript-Regular/Bold'