View Single Post
Old 01-09-2016, 01:58 AM   #7
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by Psymon View Post
I'm not quite sure what you mean. Are you cautioning me that some readers will ignore embedded fonts? Or do you mean there's something wrong with this part of my CSS...

Code:
html>body {
	font-family: minya, 'Times New Roman', Times, serif;
	font-size: 124%;
}

body {
	font-family: minya, 'Times New Roman', Times, serif;
	font-size: 100%;
	line-height: 138%;
}
...(or something somewhere else)?

Thanks for your help!
Correct, some readers ignore, or used to ignore, a font family set in the html or body tag. IIRC Nook was one, but I could be mistaken for another reader. For those readers you need to add the font-family for the paragrapgh tag for example.
Toxaris is offline   Reply With Quote