Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 12-20-2013, 02:08 PM   #121
jswinden
Nameless Being
 
Quote:
Originally Posted by Blossom View Post
This is only true if the font is set in each styles it will show regardless. This isn't Amazon fault but the publisher who incorrectly coded the book. With the new updates each book now works like they do on eINK Kindles. You set the font in the main body style and you can turn it on or off at will. So books finally work correctly on the New Kindle Fires and the Android app. The Old Kindle Fires still have to do it the old way to get it to work.

You no longer have to put font-family in every style just the main style if you own this year's Kindle Fires or use Kindle For Android.
I'm talking about PERSONAL DOCS, not Amazon books.

I don't think so, at least not in my experience. See the code I put in the CSS below. The embedded font will ALWAYS display in Android app and NEVER display in iOS app, regardless of that option setting.

Code:
@font-face {
  font-family: "CaeciliaHeavy";
  font-weight: normal;
  font-style: normal;
  src: url("../Fonts/Caecilia-Heavy.otf");
}

@font-face {
  font-family: "CaeciliaHeavy";
  font-weight: normal;
  font-style: italic;
  src: url("../Fonts/Caecilia-HeavyItalic.otf");
}

@font-face {
  font-family: "CaeciliaHeavy";
  font-weight: bold;
  font-style: normal;
  src: url("../Fonts/Caecilia-Heavy.otf");
}

@font-face {
  font-family: "CaeciliaHeavy";
  font-weight: bold;
  font-style: italic;
  src: url("../Fonts/Caecilia-HeavyItalic.otf");
}

body { font-family: "CaeciliaHeavy"; }
I've even tried this to get it to work in iOS app, but nothing seems to work.

Code:
* { font-family: "CaeciliaHeavy"; }

Last edited by jswinden; 12-20-2013 at 02:12 PM.
  Reply With Quote
Old 12-20-2013, 02:29 PM   #122
Blossom
Treasure Seeker
Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.
 
Blossom's Avatar
 
Posts: 18,708
Karma: 26026435
Join Date: Mar 2010
Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices
Quote:
Originally Posted by jswinden View Post
I'm talking about PERSONAL DOCS, not Amazon books.

I don't think so, at least not in my experience. See the code I put in the CSS below. The embedded font will ALWAYS display in Android app and NEVER display in iOS app, regardless of that option setting.
I was talking about sideloaded books not Amazon books. I've yet to get KF8 book delivered in a PDoc.
Blossom is offline   Reply With Quote
Advert
Old 12-20-2013, 02:41 PM   #123
jswinden
Nameless Being
 
Quote:
Originally Posted by Blossom View Post
I was talking about sideloaded books not Amazon books. I've yet to get KF8 book delivered in a PDoc.
I never sideload docs because they cannot be synced, and syncing between devices is very important to me. I modify my Amazon books via Sigil, then use the Send To Kindle app on my Mac to place the PDocs in the Cloud. It really sucks if Amazon has this option working on sideloaded docs but not on Cloud items.
  Reply With Quote
Old 12-21-2013, 10:45 PM   #124
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,905
Karma: 27013865
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Quote:
Originally Posted by Blossom View Post
I was talking about sideloaded books not Amazon books. I've yet to get KF8 book delivered in a PDoc.
Try the sample KF8 files. They should work.

http://www.amazon.com/gp/feature.html?docId=1000729511
tomsem is offline   Reply With Quote
Old 12-22-2013, 12:59 AM   #125
Blossom
Treasure Seeker
Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.
 
Blossom's Avatar
 
Posts: 18,708
Karma: 26026435
Join Date: Mar 2010
Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices
Quote:
Originally Posted by tomsem View Post
Try the sample KF8 files. They should work.

http://www.amazon.com/gp/feature.html?docId=1000729511
Nope. It's my account I think Amazon hasn't upgraded me yet.
Blossom is offline   Reply With Quote
Advert
Old 12-22-2013, 12:22 PM   #126
jswinden
Nameless Being
 
Quote:
Originally Posted by Blossom View Post
Nope. It's my account I think Amazon hasn't upgraded me yet.
I misunderstood what you said. I thought you meant you hadn't wanted to DL a KF8 PDoc. Oh wow, so Amazon won't let you DL them? Sounds like another call to CS. Amazon needs to install a hot line in your home directly to their top tier CS, kind of like the red line between the White House and the Kremlin during the Cold War!
  Reply With Quote
Old 12-22-2013, 12:26 PM   #127
Blossom
Treasure Seeker
Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.
 
Blossom's Avatar
 
Posts: 18,708
Karma: 26026435
Join Date: Mar 2010
Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices
Quote:
Originally Posted by jswinden View Post
I misunderstood what you said. I thought you meant you hadn't wanted to DL a KF8 PDoc. Oh wow, so Amazon won't let you DL them? Sounds like another call to CS. Amazon needs to install a hot line in your home directly to their top tier CS, kind of like the red line between the White House and the Kremlin during the Cold War!
I've had my account for a very long time long before the days of Kindle so I am thinking they forgot to upgrade it. I'm probably on one of their ancient servers too.

Any KF8 I send is converted to old Mobi when it arrives.
Blossom is offline   Reply With Quote
Old 12-23-2013, 05:43 PM   #128
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,905
Karma: 27013865
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Quote:
Originally Posted by Blossom View Post
Actually the New Kindle Fires now have this feature. I've been reconverting all my books to work with it. It works great if use Calibre to embed the fonts and you no longer have to add the font to every style in the stylesheet. Only to the body style and Calibre does this automatically.

It sounds like the book publisher forgot to embed the fonts and just added it to the CSS.

I just tested it in Kindle app and it works great too.
Ah yes. I was looking for the Publisher Font at the bottom of the Font list, but it is at the top where I never thought to scroll. If I used the Android app more I might investigate embedded fonts more. On the Fire, the available choices are fine, except when you can't change the font because of publisher 'malpractice'.
tomsem is offline   Reply With Quote
Old 12-23-2013, 05:56 PM   #129
Blossom
Treasure Seeker
Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.
 
Blossom's Avatar
 
Posts: 18,708
Karma: 26026435
Join Date: Mar 2010
Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices
Quote:
Originally Posted by tomsem View Post
Ah yes. I was looking for the Publisher Font at the bottom of the Font list, but it is at the top where I never thought to scroll. If I used the Android app more I might investigate embedded fonts more. On the Fire, the available choices are fine, except when you can't change the font because of publisher 'malpractice'.
Publisher Malpractice! I love that! I use a specific font in all my books Lucinda is the only font I can tolerate that is dark enough for me but I prefer a dark and solid font to read with.
Blossom is offline   Reply With Quote
Old 12-23-2013, 06:42 PM   #130
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,905
Karma: 27013865
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
So the Talkback support in the update lets you access a TTS-ish experience (some of this might have been there before). Unfortunately Amazon does not seem to provide a walk-through of accessibility features as they do for iOS. I'm starting to get the hang of it, though.

My top wish list feature for the Android app (same for iOS) would be to add support for navigational table of contents. I don't know how you can ship a reading app without this feature in 2013 but Amazon still manages to do so.
tomsem is offline   Reply With Quote
Old 12-23-2013, 06:48 PM   #131
Blossom
Treasure Seeker
Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.Blossom ought to be getting tired of karma fortunes by now.
 
Blossom's Avatar
 
Posts: 18,708
Karma: 26026435
Join Date: Mar 2010
Device: Kobo HD Glo, Kindles, Kindle Fires, Andriod Devices
Quote:
Originally Posted by tomsem View Post

My top wish list feature for the Android app (same for iOS) would be to add support for navigational table of contents. I don't know how you can ship a reading app without this feature in 2013 but Amazon still manages to do so.
Oh my Yes I wish it had that too! It still works like the old Kindles.
Blossom is offline   Reply With Quote
Old 12-02-2019, 04:07 PM   #132
HippieWiccan
Connoisseur
HippieWiccan began at the beginning.
 
HippieWiccan's Avatar
 
Posts: 70
Karma: 10
Join Date: Aug 2015
Location: Manchester, NH
Device: Samsung Galaxy Tab S7 FE
Quote:
Originally Posted by Blossom View Post
Yes! It's a bug. It only happens if you touch the manual sync button on the app. If it auto syncs it stays at 250MB any only goes up 1MB if you add a new book and so on which is totally normal.
I have been looking for a solution to this problem for YEARS! Mine goes over 6Gb which is madness!!!

I just cleared it and am reloading. I will avoid the manual sync button at all costs and see if that works!

HippieWiccan is offline   Reply With Quote
Old 12-02-2019, 06:17 PM   #133
patrickt
Wizard
patrickt ought to be getting tired of karma fortunes by now.patrickt ought to be getting tired of karma fortunes by now.patrickt ought to be getting tired of karma fortunes by now.patrickt ought to be getting tired of karma fortunes by now.patrickt ought to be getting tired of karma fortunes by now.patrickt ought to be getting tired of karma fortunes by now.patrickt ought to be getting tired of karma fortunes by now.patrickt ought to be getting tired of karma fortunes by now.patrickt ought to be getting tired of karma fortunes by now.patrickt ought to be getting tired of karma fortunes by now.patrickt ought to be getting tired of karma fortunes by now.
 
Posts: 1,221
Karma: 8381518
Join Date: Oct 2009
Location: Oaxaca, Mexico
Device: Paperwhite 4 X 2
Did resurrecting a 6-year old thread help?

I have a Huawei p30 pro. I have Amazon Kindle app 8.24.1.0. I have no books downloaded.

Storage shows:
Total 364 MB
App 164 MB
Data 201 MB
Cache 0
patrickt is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Taking a screenshot on Kindle 4 Blog Kindle Amazon Kindle 2 10-06-2012 01:44 PM
Android 2.1 Note taking App? Ravensknight Android Devices 14 05-15-2012 01:26 PM
Is anyone taking/has taken their UK Kindle to India? andavane Amazon Kindle 0 09-11-2010 02:26 PM
Barely a week in, already down below 1GB scotty1024 Amazon Kindle 21 03-12-2009 07:15 PM
1GB SD Card for $19.99 after rebate doctorow Lounge 4 03-12-2006 04:02 PM


All times are GMT -4. The time now is 05:08 PM.


MobileRead.com is a privately owned, operated and funded community.