Search code examples
androidfontstruetype

Ice Cream Sandwich - Custom fonts issue.


I customised all fonts in my app, everything is working properly on 2.2, and 2.3, but on 4.0, fonts are much thinner. How to fix it? I also have another font (helvetica) which is a .otf file and it working alright. Other fonts are .ttf!

Example:

(on top 2.2, bottom ice cream sandwich 4.0).


Solution

  • his has right, I just need to convert .ttf to .otf and it works fine. Thanks.