[solved] Font-family not working in native app Web component?

[solved] Font-family not working in native app Web component?

BY 18 Sep 2013 Native Application Development

Hi,

I’m using the tizen Web componnent to show some part of my app.

When using this component, font-family doesn’t seem to work at all.

I tried to use :

    font-family: “TizenSans”, TizenSans, Tizen, sans-serif;

or 

    font-family: “TizenSansMedium”, TizenSansMedium, TizenMedium, Tizen, sans-serif;

and even :

    font-family : Times New Roman, Times, serif;

None of them worked !

It always look like a basic sans-serif font wich looks like maybe Helvetica.

Am I alone to face this problem ? I want to use the TizenSans font and its medium version in my app but I dont want to go full html with the html5 sdk. What can I do?

Thanks for any help

Written by