custom font not working in corona simulator

I have implemented custom font in corona for an app. It is working properly in both android and ios mobile device, but in the simulator the font appears too small.

Hi @deepika.kamisetty,

Most likely, you have not specified the font file or name correctly. It will help you greatly if you read the entire guide on using custom fonts, since there are several specific factors involved in using them properly:

http://docs.coronalabs.com/guide/system/customFont/index.html

Best regards,

Brent

@deepika.kamisetty

Same issue happen to me, you have to install .ttf font on your machine in order to view it correctly.

If you are using mac, go under ~/Library/Fonts and paste the .ttf files

Hi @deepika.kamisetty,

Most likely, you have not specified the font file or name correctly. It will help you greatly if you read the entire guide on using custom fonts, since there are several specific factors involved in using them properly:

http://docs.coronalabs.com/guide/system/customFont/index.html

Best regards,

Brent

@deepika.kamisetty

Same issue happen to me, you have to install .ttf font on your machine in order to view it correctly.

If you are using mac, go under ~/Library/Fonts and paste the .ttf files