View Single Post
Old 12-13-2011, 03:25 AM   #13
nosnoop
Enthusiast
nosnoop is a rising star in the heavensnosnoop is a rising star in the heavensnosnoop is a rising star in the heavensnosnoop is a rising star in the heavensnosnoop is a rising star in the heavensnosnoop is a rising star in the heavensnosnoop is a rising star in the heavensnosnoop is a rising star in the heavensnosnoop is a rising star in the heavensnosnoop is a rising star in the heavensnosnoop is a rising star in the heavens
 
Posts: 45
Karma: 13564
Join Date: Nov 2011
Device: Kindle Paperwhite; PRS-T1
Quote:
Originally Posted by spring93936 View Post
My book use the font MsYaHei
and
My chinese epub is mobi covert to epub~~is it that the problem?
your css is key in ??
@font-face {
font-family: "DroidSans", serif, sans-serif;
src:url(res:///ebook/fonts/DroidSansFallback.ttf);
}

thank you~~
Try adding the MsYaHei in the font family, i.e.:

Code:
@font-face {
   font-family: "DroidFont", "MsYaHei", serif, sans-serif;
   src:url(res:///ebook/fonts/DroidSansFallback.ttf);
   }
nosnoop is offline   Reply With Quote