Quote:
Originally Posted by theducks
I set a base font for the Body:
Everything else is Relative to that (which those sizes are NOT).
Code:
body {
display: block;
font-family: Charis, "Times New Roman", Verdana, Arial;
font-size: 1.2em;
margin-top: 0;
margin-left: 2pt;
margin-right: 16pt;
margin-bottom: 0;
page-break-before: always;
text-align: justify;
}
|
I believe you shouldn't set the font size in the body. The above code actually says that default size will be 120% of the font chosen by the user... Why should a book change the user-selected font size?