I've built a widget using javascript and have successfully used a special font (.ttf) that works great when running the widget as a "Tizen Web Simulator Application". But when I deploy it to the emulator or to my device, it uses a default font rather than my special one. I suspect the build of my widget and resulting .wgt file is excluding my .ttf. How can I get the font included in the build? Again, javascript using Tizen Studio 2.2.
Thanks!!