View Single Post
Old 03-30-2013, 07:23 PM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,079
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
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;
}
For the most part, I only set (additional) margins,indents,font style and weight in the other classes

Set up a Body, Blow away/comment out (/* this is a disabled line */) all those other font-size lines
theducks is offline   Reply With Quote