View Single Post
Old 06-28-2020, 03:13 PM   #9
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by scruffs View Post
Thanks JSW - you are always first with a response!

What I wanted to do was ensure that san-serif is displayed when the book is opened (rather than the serif default. iBooks as well, so in CSS I have:

font-family: sans-serif, "Helvetica", "San Francisco";

Will that do it? It seems to revert back to the serif default when I publish.
The the body style, you can use...
Code:
  font-family: sans-serif;
But that uses the default sans-serif font.

Can this be overridden on older Kindles such as the K2, DX, K3, K4, Kindle Touch all with significantly older firmware?

Also, when I see an eBook that is set to use a sans-serif font, I think that whoever made it hasn't a clue.

Last edited by JSWolf; 06-28-2020 at 03:18 PM.
JSWolf is offline   Reply With Quote