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)