Applying custom font to the whole Android Application? -
before jump negative comments/votes, specify have read every question on `stackoverflow regarding topic, , have applied solutions, still have not succeeded applying entirely.
so, asking question, because answers found 4-5 years ago, , wondering if there better solutions now.
i repeat question: there better way listed override whole font family in whole app 1 font? (all views used in app)?
thanks in advance!
cheers!
the best way still put .ttf
or .otf
font file in assets folder. derive custom textview
class , fix its' font once , don't have call settypeface()
everywhere.
that all.
Comments
Post a Comment