View Single Post
Old 08-08-2013, 05:25 PM   #2
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
I don't have any definitive answers for you, but this is the simple css I've been using lately for both my Kobos:
Code:
.dropcap{
    float:left;
    font-size:3em;
    font-weight:bold;
    line-height:0.8em;
    margin-right:0.05em;
    margin-top:-0.1em;
}
The relative vertical positioning does seem to vary depending on which font I select in the font menu. I used to see the same thing on my Sony readers.

I'd be surprised if your setting of font-family: "Palatino Linotype"; was doing anything unless you have embedded the Palatino font inside the epub and you have also added the necessary @font-face statements to the css.

I normally make the dropcap display in the same font as the rest of the paragraph by not including the font-family: at all.
Attached Thumbnails
Click image for larger version

Name:	dropcap.jpg
Views:	385
Size:	55.7 KB
ID:	109126  

Last edited by jackie_w; 08-08-2013 at 08:40 PM. Reason: added pic
jackie_w is offline   Reply With Quote