View Single Post
Old 01-07-2010, 09:48 AM   #107
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: 79,796
Karma: 146391129
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 daffy4u View Post
I DID IT! A missing space was the culprit.

I had "body{" instead of "body {". Thanks all!
Well spotted and fixed.

That is one thing I really like.. To be able to specify the font I want to use. I'll have to give Gentium a try sometime.

Oh and as for the body CSS style, I also do the following...

Code:
body {
  font-family: "Fontin", serif;
  widows: 0;
  orphans: 0
}
That turns off the windows and orphans. I prefer having most pages end the same. Give it a try and see what you think.

Last edited by JSWolf; 01-07-2010 at 09:51 AM.
JSWolf is offline   Reply With Quote