Hi,
I'm trying to build an "IOS7-like" theme. I know that IOS 7 font is Helvetica Neue Ultralight. I didn't have this font installed in my Windows, so I downloaded it and installed it in my Windows. A used Theme Roller to build the theme. After finishing it, I downloaded the theme and loaded it inside app builder (created a new theme) and put my application to point to this new "IOS7-like" theme.When I test it in browser, it works perfectly, that is, the application shows the Helvetica Neue Ultralight font. But when I export the application as an apk to an Android device, it does not show the Helvetica Neue Ultralight font (instead, it shows a default font,I think). I think that this happens because my Android Device doesn't have this font installed. So, my question is: is there any way to load the font inside the application, so that it does not depend on the existence of the font inside the Android Device? Or should I Install the font inside the Android Device before installing the app?
Code: Select all
Thank You very much, Pasteur