font shows in simulator but not in corona viewer.

Hey guys I am having this problem where the custom font I am using only displays in the simulator and does not display in the viewer. The text displays in the viewer but not the text with the font just the text.

local wd2 = display.contentWidth/2+10 local hd2 = display.contentHeight/10 local title = display.newText("Snow!",wd2,hd2,"candy",100)

You’ll need to include the custom font file in the CoronaViewer root directory (eg. The ttf file) and add it to CoronaViewer’s build.settings file.

After doing this, rebuild corona viewer and install it to your device.

You’ll need to include the custom font file in the CoronaViewer root directory (eg. The ttf file) and add it to CoronaViewer’s build.settings file.

After doing this, rebuild corona viewer and install it to your device.