Quote:
Originally Posted by SigilBear
Wow, I didn't know that.
I went back and checked and found this in my style sheet:
body { font-family: Georgia; }
I'm getting ready to submit an update, so I'll change it to...
body { font-family: serif; }
Or should I not even put that?
|
You should not put font-family: serif;. All that ends up doing is sometimes causing a problem when trying to change the font.
Another thing to leave out unless you absolutely need it is line-height.
And finally, set the margins for 0. Let the person reading change the margins. Many programs/apps and newer Readers support changing the margins.