06-19-2011, 10:36 PM | #1 |
Junior Member
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 |
06-19-2011, 10:48 PM | #2 |
Resident Curmudgeon
Posts: 76,055
Karma: 134368292
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Why not just embed the fonts in the actual ePub/
|
Advert | |
|
06-20-2011, 10:15 AM | #3 |
Junior Member
Posts: 6
Karma: 10
Join Date: Jun 2011
Device: Nook simple touch
|
How to do that using Calibre?
I am kind of disappointed since the css trick worked nicely on the 1st gen Nook. Not sure what has changed on the new Nook STR that causes the problem |
06-20-2011, 10:20 AM | #4 |
Resident Curmudgeon
Posts: 76,055
Karma: 134368292
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
What probably changed is the location of the fonts, the font's themselves and/or the names of the fonts. Could be any combination. So unless you know what's changed, you won't know what do other then embedding the fonts directly into the ePub. You actually cannot do this via Calibre. You have to go into the ePub and add the fonts, edit the CSS, and edit the OPF.
|
06-20-2011, 10:46 AM | #5 |
Guru
Posts: 615
Karma: 575652
Join Date: Oct 2010
Location: Hampton, NH
Device: Kobo Aura H20; Kobo ClaraBW
|
The new Nook seems to work completely differently with fonts, even embedded ones. On the old Nook, you could have embedded fonts but the user could override them by changing the device settings. Now the embedded fonts seem to prevent any user override. I think there are some bugs that need to be ironed out.
|
Advert | |
|
06-20-2011, 10:49 AM | #6 |
Grand Sorcerer
Posts: 6,683
Karma: 26963509
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
|
Nook STR is using a different version of Android than Nook 1 and as JSWolf suggests, the location and names of the system fonts may have changed. So if you can find out where Android 2.1 usually puts them and what they are named, you could try that and see if it works.
|
06-21-2011, 07:17 AM | #7 |
Junior Member
Posts: 6
Karma: 10
Join Date: Jun 2011
Device: Nook simple touch
|
I did more testing by copying the font to the memory card and modified the css source to the external location.
Still no go. I guess it's more than just fonts location problem. |
06-28-2011, 04:48 AM | #8 |
Connoisseur
Posts: 57
Karma: 10
Join Date: Oct 2008
Device: prs 505
|
You must check the "Publisher Defaults" option to use the CSS font settings.
|
06-28-2011, 10:00 PM | #9 |
Resident Curmudgeon
Posts: 76,055
Karma: 134368292
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
nook STR also has a different version of ADE. That is probably part of the problem.
|
07-01-2011, 12:59 AM | #10 |
Junior Member
Posts: 6
Karma: 10
Join Date: Jul 2011
Device: Nook Simple Touch
|
Has anyone found a solution to this yet?
|
07-01-2011, 03:41 PM | #11 |
Grand Sorcerer
Posts: 6,683
Karma: 26963509
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
|
If you embed the fonts, it will work on any reading system that supports this (including Nook); you won't have to rely on what the system has:
http://blog.threepress.org/2009/09/1...in-epub-files/ That said, it would be trivial for B&N to add Droid fonts to the list you get to pick from. Then at least there would be one with better Unicode support... |
07-01-2011, 06:55 PM | #12 |
Junior Member
Posts: 6
Karma: 10
Join Date: Jul 2011
Device: Nook Simple Touch
|
Oh man...this guide is beyond me. Can anyone write a more simplified version?
|
07-02-2011, 03:46 PM | #13 | |
Enthusiast
Posts: 31
Karma: 86992
Join Date: Jun 2010
Location: Firenze
Device: KOBO Aura HD, KOBO Aura One
|
Quote:
Put attention to it because some are UI fonts and it's better not to change it. |
|
07-09-2011, 11:29 AM | #14 |
Junior Member
Posts: 1
Karma: 10
Join Date: Jul 2011
Device: Nook
|
[SOLVED] Use my Calibre plugin to change font
I have written a plugin for Calibre, that change the font in EPUB files. You can choose to embed the font, use system font, or use your external font using the preferences page. It works with Nook, Nook Touch and any kind of device that can display EPUB.
take a look at my personal page http://phanquochuy.me/?p=114 |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Classic Font and epub, what works on sony, now works on Nook too! | ctos | Barnes & Noble NOOK | 26 | 07-25-2011 09:24 AM |
Help ... my new pociket edge no longer works | Soonerdunes | enTourage Archive | 3 | 05-15-2011 01:00 AM |
Handelsblatt recipe no longer works | Dereks | Recipes | 1 | 03-20-2011 07:22 PM |
Getting metadata and covers no longer works... | Ginnia | Calibre | 2 | 01-02-2011 10:40 PM |
Recipes no longer works in 0.7.9 or 0.7.10 | StormRider | Calibre | 3 | 07-24-2010 01:07 AM |