Hi,
I try to use the @font-face css command but all my tries doesn't work. Have anyone can use font-face on his application?
my way
@font-face {font-family: One; src: url('../images/fonts/OneStarryNight.ttf');} body {font-family: One;}
but it use always the normal TizenSans font :( Is it possible on Tizen to use a own font? I know the font module is currently not complete implemented.