无需改机 用Nook Color 2看中文epub文件

在默认情况下,用Nook Color 2看中文epub文件会出现乱码,根本无法阅读。下面给大家介绍一下简便方法,无需改机,就能用Nook Color 2看中文epub文件:

 

使用CssSTAR软件,修改epub文件中包含的css样式文件为以下格式:

/* Style Sheet */
/* This defines styles and classes used in the book */

@font-face {
   font-family: “DroidFont”, serif, sans-serif;
   src: url(res:///system/fonts/DroidSansFallback.ttf);
   }

body { margin-left: 5%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; text-align: justify;}

h1 { text-align: center; }
h2 { text-align: center; }
h3 { text-align: center; }
h4 { text-align: center; }
h5 { text-align: center; }
h6 { text-align: center; }
.CI {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
.center   {text-align: center;}
.smcap    {font-variant: small-caps;}
.u        {text-decoration: underline;}
.bold     {font-weight: bold;}

保存后,就能用Nook Color 2看中文epub文件了。

    分享到:

仅有 1 条评论

  1. 土木坛子 发表于 2011年11月25日 下午 3:28

    我用Kindle,原生支持中文。还可以。

Leave a Reply