[Solved] Font appears on iPhone but not on Android

Hi

This works fine for iPhone:

 iphone =  
 {  
 plist =  
 {  
 CFBundleIconFile = "Icon.png",  
 CFBundleIconFiles =   
 {  
 "Icon.png" ,  
 "Icon@2x.png" ,  
 "Icon-72.png"   
 },  
  
 UIAppFonts =   
 {  
 "CooperBlackStd.otf"  
 }  
 },  
 },  

and I understand for Android the font just needs to be in the root directory (which is where it is), however the font is not displayed on Android.

Any help on this? [import]uid: 64736 topic_id: 13111 reply_id: 313111[/import]

did you try .TTF format ? [import]uid: 71210 topic_id: 13111 reply_id: 48144[/import]

Thanks; that did the trick. [import]uid: 64736 topic_id: 13111 reply_id: 48544[/import]

you are welcome :slight_smile: [import]uid: 71210 topic_id: 13111 reply_id: 48545[/import]