Hi there
I have a little problem with CR3 on PB TL3. If I load an epub with e.g.
.dropcap {
float: left;
font-size: 3.9em;
line-height: 0.9em;
margin-right: 5pt;
margin-bottom: -0.1em;
font-style: normal;
font-family: "Dearest_outline.ttf";
font-weight: lighter;
color: #000000;
}
in the stylesheet, it shows already the initial in the specified font and size, but it doesn't flow left; instead it places the initial correct but just in the first line, second line is placed under the initial with a slightly bigger bottom gap.
In Sigil the above constrution works pretty well as it should - initial flows left of the first three lines and 4th line is placed under initial...
Same on installed AdobeReader on the PB TL3
Could anyone help to save this issue please?