Sunday, January 30, 2011

read chinese on nook color.

http://bbs.padbbs.net/thread-4163-1-1.html

思路及详细方法见HIPDA上xzzr发的帖子
http://www.hi-pda.com/forum/viewthread.php?tid=581164

1. 需要calibre转换EPUB,并添加CSS
2. 简单改变CSS的方法见下面的链接:
http://www.hi-pda.com/forum/viewthread.php?tid=651239&highlight=NOOK%2B%D0%C2%CA%D6
3. 无论用何种方法,记得读书时需要把【text--Publisher Defaults】设置为ON才可以。

CSS见下:

@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: normal;
font-style: normal;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: bold;
font-style: normal;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: normal;
font-style: italic;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: bold;
font-style: italic;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
body { font-family: "DroidFont", serif;
line-height: 1.4;}



###########################
http://www.mobileread.com/forums/showthread.php?t=75191

@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: normal;
font-style: normal;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: bold;
font-style: normal;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: normal;
font-style: italic;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: bold;
font-style: italic;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
body { font-family: "DroidFont", serif;}

No comments: