View Single Post
Old 03-31-2017, 08:14 AM   #3
leigh_4
Junior Member
leigh_4 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2017
Device: None
Thanks for replying.

This is an example of Calibre's html:

<body class="calibre">

<p class="block_71">Maybe it’s the first morning that you wake up and notice the birdsong and the blue sky instead of a familiar sense of dread. Or it might be the moment after a laughter-filled chat with a friend when he or she says, ‘You know, you seem different. More like your old self.’ Or perhaps the world simply seems brighter, funnier, more inviting.</p>

And the corresponding css (I've changed the sans-font to Arial, which bizarrely fixed some of it, but not all.):

.calibre {
color: #000;
display: block;
font-family: "Book Antiqua", serif;
font-size: 1em;
padding-left: 0;
padding-right: 0;
margin: 0 5pt
}

.block_71 {
color: black;
display: block;
font-family: "Arial", sans-serif;
line-height: 1.2;
text-align: justify;
padding: 0;
margin: 0
}

And the attached screenshot shows how it appears in iBooks.
Attached Thumbnails
Click image for larger version

Name:	Screen Shot 2017-03-31 at 13.09.01.png
Views:	360
Size:	30.9 KB
ID:	155892  
leigh_4 is offline   Reply With Quote