View Single Post
Old 02-19-2013, 09:44 PM   #8
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,983
Karma: 128903378
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by ADelm View Post
Hi!

I did define in the stylesheet a font like this (example for p):
p
{
margin:0pt;
text-indent:1.5em;
text-align: justify;
font-family: "Rokwell",serif;
font-size: 1.00em;
widows: 2;
orphans: 2;
}
To neaten up your CSS code...

Code:
p {
margin: 0;
text-indent: 1.5em;
text-align: justify;
font-family: Rockwell,serif
}
The lines I removed are because they are default values.
JSWolf is offline   Reply With Quote