Thread
:
Calibre changes drop cap on converting epub -> azw3
View Single Post
02-14-2020, 08:53 AM
#
17
deback
Book E d i t o r
Posts: 432
Karma: 288184
Join Date: May 2015
Device: Laptop
Here's what I use to replace all dropcap codes, since dropcaps are easily screwed up during conversion:
.dropcap {
display: inline;
font-weight: bold;
font-size: 2em;
line-height: 0;
}
deback
View Public Profile
Find More Posts by deback
Track Posts by deback via RSS