Thread: Locking Fonts?
View Single Post
Old 09-09-2021, 10:23 PM   #8
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by JSWolf View Post
How do you get someone uisng a Kindle to select the publisher font?
It's been discussed hundreds of times before by Hitch.

You can't.

MOBI/Kindles

You can just hope users select that option, but 99% probably don't.

Or maybe leaving a little note in the frontmatter (or a very first footnote) saying:

"Please enable Publisher Fonts on your Kindle to get the best experience"

but not many people even look there either.

The good thing about Kindles though is they have fallback fonts. So as long as you're using the proper Unicode characters, it has a very high likelihood of displaying.

If you try to embed fonts covering the entire ebook though... (applying to <body> or <p>)... there's a very high likelihood Amazon will strip them on upload. Again, see the Hitch link above.

EPUB

EPUB may be a little bit better on the Publisher CSS front, since the majority of devices/reading-programs follow the standards.

If you design your ebook well, and use the embedded fonts sparingly:
  • rare characters
  • scenebreaks
  • only headings
  • only signs / diary entries

then the embedded font will probably work (and not piss off the user).

But even in EPUB, a portion of users use non-standards compliant readers that completely override everything (Moon+, etc. etc.).

Again, there's no solution. And you definitely can't force a font on the user (this would be disastrous).

* * *

It would be nice if Amazon had some sort of checkbox during upload to say:

"Hey, this book has some rare scientific symbols. Default enable Publisher Fonts when the book is downloaded."

... but I could see that being completely abused by 99% of the authors, especially big publishers. Maybe heuristics would be able to minimize that damage though (maybe only allow it if <10% of the book is in that font).

Side Note: You + me + Hitch even discussed Amazon Publisher Font enabling later in that very same Japanese thread, talking about the B-hat symbol. Most fonts DO NOT display those accents properly, so that's where an embedded mathematical font would be the correct choice.

* * *

Great ebook design though:

KISS (Keep It Simple Stupid) + get the hell out of the way of the user's preferences.

Don't force the constraints of the Print design onto the Ebook.

Last edited by Tex2002ans; 09-09-2021 at 10:43 PM.
Tex2002ans is offline   Reply With Quote