Drop cap in epub3 for Kindle
I have created a drop cap as follows
<p><span class="first-letter">T</span>
with css
.first-letter {
font-family: 'English';
color:#986335;
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
float: left;
font-size: 3.91625em;
height: 1.1em;
line-height: 0.8em;
padding: 0%;
margin: 0% 0.04em
}
My issue is that in the Kindle previewer 3, this code works perfectly, however when I use the KDP edit and launch the previewer, the Drop Cap is as shown in the attached image.
I have tried many different coding from the forum, but all with the same result.
Is there a way of applying Drop Cap, using epub3 in Sigil?
|