View Single Post
Old 06-19-2011, 10:36 PM   #1
localbuyer
Junior Member
localbuyer began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2011
Device: Nook simple touch
Font Change no longer works on Nook Simple?

Hi All:

I have first generation Nook and I was using Calibre to add extra CSS so I can read Chinese epubs.

Nook Font Change

However, I just got a Nook simple touch and the Chinese ebooks can no longer be displayed on the new Nook STR.

I added it as extra css via Calibre:

@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;"DroidFont"
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
body { font-family: "DroidFont", serif;}


The trick works great for the old Nook, but not the new Nook simple touch.

Any suggestion?

Thanks again
localbuyer is offline   Reply With Quote