Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader

Notices

Reply
 
Thread Tools Search this Thread
Old 10-10-2010, 01:45 AM   #16
kadooshka
Junior Member
kadooshka began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2010
Device: Kobo
Fonts in "native" Kobo books vs. EPUB books

Quote:
Originally Posted by JCKobo View Post
We have a winner! Those are indeed the two fonts on the Kobo Reader.
I have a question for the Kobo rep, and anyone else who might have noticed the same thing:

I've got a combination of ebook types on my Kobo: the 100 preloaded books, 5 or so bought through the Kobo/Borders store, and another couple of 100 non-DRM EPUBs.

With the preloaded books and the Kobo store books, they are totally stripped of formatting (italic, heading tags, images etc.), yet they appear in either of the two nice fonts described above. (I was really disappointed about having bought one book in particular through the Kobo store that doesn't have any of its illustrations.)

Whereas any EPUB I've loaded will retain all the formatting (although font sizes are stripped due to the temporary fix in the new firmware); however, they display in two of the ugliest fonts I've ever seen. I know that none of the EPUBs has @font-face specified (I've created most of the files myself): the default fonts for EPUBs on Kobo appear to be really ugly generic serif or sans-serif fonts.

My question is, why are preloaded or bought books displayed on the one hand with the nice font, but on the other hand totally plain-text, while EPUBs (DRM or otherwise) are displayed in a totally different set of nasty fonts but with proper formatting? Can't we have nice formatting and nice fonts both?

I love the Kobo, but am annoyed that neither its own books nor my own loaded books display totally properly.

Cheers

P.S. An interesting side-note is that the book I mentioned above, which was stripped of its illustrations when loaded through the Kobo app, when downloaded as an EPUB through Adobe Digital Editions, had its images and formatting back, but, despite having a @font-face specified, was instead displayed in the ugly generic fonts.
kadooshka is offline   Reply With Quote
Old 10-12-2010, 01:03 AM   #17
farrioth
Enthusiast
farrioth began at the beginning.
 
Posts: 36
Karma: 12
Join Date: Aug 2010
Device: Kobo eReader
Quote:
Originally Posted by kadooshka View Post
Whereas any EPUB I've loaded will retain all the formatting (although font sizes are stripped due to the temporary fix in the new firmware); however, they display in two of the ugliest fonts I've ever seen. I know that none of the EPUBs has @font-face specified (I've created most of the files myself): the default fonts for EPUBs on Kobo appear to be really ugly generic serif or sans-serif fonts.
I can confirm that fonts in any books other than the internal one's don't look the same. The sans-serif is very obviously different.

Edit: It is possible to display embedded fonts in EPUBs. I'll have a trawl through the CSS and see what code is needed (most of the how-tos I've read don't seem to work unless I'm doing something wrong).

Last edited by farrioth; 10-12-2010 at 01:31 AM.
farrioth is offline   Reply With Quote
Old 10-13-2010, 02:24 AM   #18
talios
Member
talios began at the beginning.
 
Posts: 24
Karma: 14
Join Date: May 2010
Device: Kobo ereader
Quote:
Originally Posted by kadooshka View Post
My question is, why are preloaded or bought books displayed on the one hand with the nice font, but on the other hand totally plain-text, while EPUBs (DRM or otherwise) are displayed in a totally different set of nasty fonts but with proper formatting? Can't we have nice formatting and nice fonts both?
Oh man - if NOTHING changes in the next firmware other than ePubs using these nice internal font's I'll be a very happy camper.

The other fonts are just nasty looking.
talios is offline   Reply With Quote
Old 10-18-2010, 04:24 AM   #19
kadooshka
Junior Member
kadooshka began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2010
Device: Kobo
@font-face in Kobo

Quote:
Originally Posted by farrioth View Post
Edit: It is possible to display embedded fonts in EPUBs. I'll have a trawl through the CSS and see what code is needed (most of the how-tos I've read don't seem to work unless I'm doing something wrong).
Yeah, it took me forever to work out from people's explanations of how to make it work, but I've been able to use @font-face tags and font files in the EPUB to make my books bearable to read. It is completely counter-intuitive (and surely non-compliant with EPUB standards...): You have to refer to the font files in the content.opf as if they were in the root of the ZIP file, e.g.

Code:
<item id="FontFile" href="FontFile.otf" media-type="application/x-font-opentype"/>
Instead of:

Code:
<item id="FontFile" href="Fonts/FontFile.otf" media-type="application/x-font-opentype"/>
Even if the font files are located in Fonts/. As long as they are correctly referred to in the CSS (something like url(../Fonts/FontFile.otf) ). But they must be incorrectly referred to in the OPF. I guess you could just save the font files in the root and they'd be properly referred in the OPF, but not many precompiled EPUBs seem to come with fonts in the root.

I've had this work successfully on all but a very few font files (which may have embedding restrictions, haven't got to the bottom of this yet.)

Is there a Kobo lurker out there who can explain this howler?

Cheers
K
kadooshka is offline   Reply With Quote
Old 11-07-2010, 01:36 PM   #20
jhayino
Junior Member
jhayino began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2010
Device: kobo
It looks like the fonts (Georgia, Avenir) should include these characters: āīūṅñṇṭḍḷṃĀŪÑṬḌ. But most of them seem to be missing

Is there some way to install alternate fonts on the Kobo. If not, does the standard method of embedding fonts in the epub work? I want to just drop my epub onto the device.
jhayino is offline   Reply With Quote
Old 11-08-2010, 08:44 AM   #21
pholy
Booklegger
pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.pholy ought to be getting tired of karma fortunes by now.
 
pholy's Avatar
 
Posts: 1,801
Karma: 7999816
Join Date: Jun 2009
Location: Toronto, Ontario, Canada
Device: BeBook(1 & 2010), PEZ, PRS-505, Kobo BT, PRS-T1, Playbook, Kobo Touch
There is no standard place to install alternate fonts on any reader.

The Kobo, like most ADE readers, does support embedded fonts in epub files. (I just checked.)
pholy is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Quick question... Magic Man Calibre 18 09-05-2010 03:18 PM
SonyFont - quick and easy font updater pepak Sony Reader Dev Corner 19 06-13-2010 05:35 AM
PRS-600 Okay, quick question.... emonti8384 Sony Reader 13 11-12-2009 06:18 PM
Quick Question. Baz047 Sony Reader 10 12-09-2008 12:25 PM
Just a 2 quick questions (font size and letter spaces) Ulysses HanLin eBook 10 11-24-2008 06:33 AM


All times are GMT -4. The time now is 07:27 AM.


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