Quote:
Originally Posted by Psymon
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.