View Single Post
Old 07-19-2010, 08:27 AM   #12
arvinder
Member
arvinder began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Aug 2007
Device: Nokia N72
I tried with japnase.ttf but and chinese.ttf and japanese characters doesnt appear (???)but chinese characters appears correctly in sony reader.

i used CSS exactly like below for japanese.ttf and same with chinese but chinese displayed and japenese not:

@font-face {
font-family: "japanese";
src: url(res:///Data/fonts/japanese.ttf);
}

@font-face {
font-family: "chinese";
src: url(res:///Data/fonts/chinese.ttf);
}


Can someone pls. attach ipag-mona.ttf font which i can use to display japanese character as given below

@font-face {
font-family: "ipagpmona";
src: url(res:///Data/fonts/ipagp-mona.ttf);
}

body {
font-family: "ipagpmona";
}
arvinder is offline   Reply With Quote