Quote:
Originally Posted by Buhaj
Does removing "fonts" in CSS delete parameters like size, or just styling? Also, is it worth removing padding if I want to maintain consistent look?
|
If you check "fonts" there, that will delete all specified
font families in the css, including those used in chapter headings, blockquotes et al. It has no bearing on
font sizes. For the latter you'll need to enter "font-size" in "other css properties". And it will then delete ALL specified font sizes in the css.
With padding it's the same - it will delete ALL paddings in the css, including those used in chapter headings and blockquotes.