09-10-2010, 10:42 AM | #1 |
Connoisseur
Posts: 52
Karma: 10
Join Date: Jul 2010
Location: Melbourne
Device: Kindle 3
|
Kindle Fonts
Sorry if this may sound noobish. My K3 is my first and only reader and after reading a number of different books I noticed that each book has a different level of font clarity. I downloaded the Sherlock Homes collection from mobileread and compared it to the same full collection I bought from Amazon. The one from mobileread seems to have a darker font. Is this a common occurence or its just my eyes playing a trick? My copy of the Homeland(Drizzt series) has a very very dark font, it is as though it is in bold.
So the question is, is there any method to change the native font type of a particular epub/mobi file before uploading it into my kindle via calibre? Thank you so much. |
09-10-2010, 12:14 PM | #2 |
Guru
Posts: 860
Karma: 177868
Join Date: Aug 2010
Location: East Anglia UK
Device: Kindle 3G, iPhone 3G, iPod 4G, PB 360, Sony 600 sold, Kindle 2i sold
|
Hmm I'm sure I read somewhere that fonts could be hardcoded into ebooks - perhaps in the underlying HTML source code before the book is converted to a mobi file. Not sure if there is a program that can do this for you or whether it has to be done by hand.
|
Advert | |
|
09-10-2010, 12:24 PM | #3 |
Nameless Being
|
I'm not sure if you can embed fonts directly into a MOBI book. I suspect not, but I've never researched it. You can embed fonts in PDFs, ePubs, and some ebook formats. MOBI seems so limited though that I would be surprised if you could.
However, you can modify the CSS stylesheet when converting a book to MOBI and change the font weight, or even the font families as far as that goes. Changing the font weight to bold would make the text darker on a Kindle. Changing the font family will have no effect unless the Kindle was hacked and those fonts were added to it, but you cannot hack a K3 yet. In calibre on the Look and Feel tab, I add the following in the Extra CSS field body { font-weight: bold; } This makes all the text in the book bold assuming a specific CSS style doesn't override it. But this requires a non-DRMed book. |
09-10-2010, 05:03 PM | #4 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
(Crappy) Topaz book?
Because in a MOBI book, (on a Kindle), you *can't* change/embed the typeface, just the styling. |
09-10-2010, 08:43 PM | #5 |
Connoisseur
Posts: 52
Karma: 10
Join Date: Jul 2010
Location: Melbourne
Device: Kindle 3
|
ahh... thanks for the insights guy..I will try the CSS first and I will give an update later
|
Advert | |
|
09-10-2010, 08:55 PM | #6 |
Connoisseur
Posts: 59
Karma: 948
Join Date: Aug 2010
Location: Arlington, TX
Device: Kindle Paperwhite
|
I purchased the ebook Spurgeon's Morning and Evening from Amazon and the font looks like an old manual type writer.
|
09-10-2010, 11:06 PM | #7 |
Nameless Being
|
Sounds like you got a dreaded Topaz book. What is the file extension name?
|
09-11-2010, 12:59 AM | #8 |
Kindler of the Flame
Posts: 582
Karma: 646016
Join Date: Oct 2009
Location: US of A
Device: K DX,3,KT,KP,KF, KFHD; Nook C, PRS600, iPad, Xoom, N900, N810, Zaurus
|
It must be one of topaz format books (azw1, azw2). I try to stay away from those.
|
09-11-2010, 10:40 AM | #9 |
Connoisseur
Posts: 52
Karma: 10
Join Date: Jul 2010
Location: Melbourne
Device: Kindle 3
|
hmm.. the file extension is.azw so I am guessing that it is a normal azw file. Anyway, I tried resending the file with the added CSS body { font-weight: bold; } from epub to mobi. There wasn't any change on the font
|
09-11-2010, 11:13 AM | #10 |
Connoisseur
Posts: 59
Karma: 948
Join Date: Aug 2010
Location: Arlington, TX
Device: Kindle Paperwhite
|
It is azw file, the same as the KJV Bible.
|
09-11-2010, 05:23 PM | #11 |
BLAM!
Posts: 13,497
Karma: 26047188
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Note that the file extension doesn't necessarily mean something.
|
02-03-2011, 09:26 PM | #12 |
Connoisseur
Posts: 53
Karma: 52
Join Date: Apr 2008
Device: Kindle
|
I'm having some luck setting Kindle, EPUB, and HTML fonts in a consistent non-ugly way indirectly using CSS:
<style type="text/css"> p { text-indent: 0em; margin-top: 1em; margin-bottom: 0em; } .fItalic { font-style:italic; } .fBold { font-weight: bold; } .fMono { font-family: monospace; } .fMonoItalic { font-family: monospace; font-style:italic; } .fMonoBold { font-family: monospace; font-weight: bold; } .fNormal { } ... <p class="fMonoBold">This text in Monospace Bold!</p> Haven't figured out a way to get to the new sans-serif non-monospace fonts in Kindle though ?? |
02-06-2011, 05:39 AM | #13 |
Enquiring Mind
Posts: 562
Karma: 42350
Join Date: Aug 2010
Location: London, UK
Device: Kindle 3 (WiFi)
|
|
02-12-2011, 09:55 PM | #14 |
Connoisseur
Posts: 53
Karma: 52
Join Date: Apr 2008
Device: Kindle
|
Yes, of course, I can put the following snippets into an HTML
<p style="font-family: sans-serif"> This is a test. </p> <p style="font-family: serif"> This is a test. </p> and it "works fine" in an HTML browser, compile it to MOBI using Kindlegen and Kindles ignore one's font-family specifications. |
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Anyone have fonts from Kindle 3 | qinbill | Kindle Developer's Corner | 6 | 09-23-2010 07:18 PM |
Large fonts / bold fonts for Kindle DX International | tandyjames | Amazon Kindle | 5 | 03-23-2010 07:53 AM |
Unicode Fonts for International Kindle | Blog Kindle | Kindle Developer's Corner | 78 | 12-29-2009 01:24 AM |
Hacks Unicode Fonts on Global Kindle | lol | Amazon Kindle | 4 | 12-28-2009 11:27 PM |
Embedding fonts to Kindle books | peggynek | Amazon Kindle | 10 | 03-11-2009 03:04 PM |