I tried with japanese.ttf font but unable to display japanese characerte in sony library.
What would be the font family of japanese.ttf.
As explained in one the discussion to use below font can sombody attach ipagp-mona.ttf font package.
@font-face {
font-family: "ipagpmona";
src: url(res:///Data/fonts/ipagp-mona.ttf);
}
body {
font-family: "ipagpmona";
}
|