favorite <http://stackoverflow.com/questions/41505594/tamil-font-bamini-is-displaying-on-cordova-android-4-4-but-not-in-lollipop-and-m> < I am using Bahmini.ttf tamil font in my cordova android project. Font is displaying on earlier android version. but not displaying in lollipop and marshmallow version. here is my @font-face definition @font-face { font-family: 'Bamini' !important; src:url('file:///android_asset/www/fonts/Bamini.ttf') format('truetype') !important; font-size: normal; font-weight: normal; } .font{ font-family: 'Bamini' !important; font-size:30px; } and called the .css class in .html tag <div class="font"> tzf;fk; </div> Bamini font placed in the following structure assets>www>fonts>Bamini.ttf using bamini .ttf tamil letters are displaying properly in cordova android earlier version like 4.2,4.4 but not displying lollipop and marshmallow version. Example instead of Tamil Word Vankkam is displaying english letters tzf;fk; -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/8e0cbdd1-f058-409e-b796-8e8ef6a0ec4b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

