Dear all,
I used the following css to create dropcap effect, which works fine in Viewer (and some epub readers), however when I converted it to PDF, it became raised-cap only.
Code:
.drop {
font-family: "Georgia", "Futura";
font-size: 3em;
position: static;
float: left;
border: 0;
padding: 0.1em 0.1em 0.2em 0.1em;
line-height: 0.8em;
}
I'm using Calibre 2.60, Windows 10 64bit.
Edit: From Viewer, I can print to PDF. The dropcap effect is ok but I can't set the custom page size
Are there any setting or work-around that I could use?