View Single Post
Old 02-18-2013, 04:30 AM   #6
topquark
Connoisseur
topquark began at the beginning.
 
Posts: 58
Karma: 10
Join Date: Oct 2011
Device: K3, PW2
Thanks for your replies, guys. However, the embedded fonts do not show up on both the Kindle Previewer and my Kindle Keyboard. I do not know why that would be. I exploded the AZW3 and checked to see that the font-family definition is still there -- it is. Here is the code for the dropcap in the AZW3:

.dropcap {
float: left;
font-family: Gigi;
font-size: 2.5em;
font-style: italic;
line-height: 1.2;
margin-bottom: -0.5em;
margin-top: -0.725em
}

I do not have any idea why the embedded fonts do not show up. This applies to almost all books I have with embedded fonts. Any help would be appreciated.
topquark is offline   Reply With Quote