View Single Post
Old 02-13-2020, 06:33 PM   #13
ps67
Guru
ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.ps67 ought to be getting tired of karma fortunes by now.
 
Posts: 760
Karma: 7025686
Join Date: Aug 2017
Location: Italy
Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color
Quote:
Originally Posted by hobnail View Post
I can't remember if this was on the Kindle or the Kobo but I've developed this voodoo where I delete all font-family lines in the book's CSS when it's for the global font (i.e., not for monospace for things like typewritten letters). Like you I'm never bothered by whatever font is used in a printed book (but then I've noticed that fiction always uses some reasonable serif font). But with eink ereaders I always want the Cacaelia or Bookerly font.

I can't remember if they specify a specific font family, as in

Code:
body {
  font-family: Arial, Helvetica, sans-serif;
}
or just

Code:
body {
  font-family: sans-serif;
}
but in either or both cases I'm then not allowed to specify Cacaelia as the font I want to use in the ereader's settings.

I can't understand why people feel the need to set a font for the body/paragraph text; leave it up to the user.
I don't think that this css will prevent You to change the font in a Kindle with Caceilia or Bookerly, I will try because I never encountered that issue.

Edit: a Kobo is a different animal: if I remember correctly with epub it respect very strictly the css, but I patched it to always use my preferred font.

Last edited by ps67; 02-13-2020 at 06:41 PM. Reason: Edit: a Kobo is a different animal
ps67 is offline   Reply With Quote