View Single Post
Old 12-10-2022, 07:09 PM   #23
AntoniDol
Member
AntoniDol began at the beginning.
 
AntoniDol's Avatar
 
Posts: 11
Karma: 10
Join Date: Dec 2022
Location: Amsterdam
Device: Sigil viewer, Calibre viewer, ADE, Sony 10 Plus Kobo and Kindle Apps
Quote:
Originally Posted by Doitsu View Post
Without seeing the actual code, it'll be hard to troubleshoot this problem.
Can you upload a sample of the book that illustrates the problem?
Actually, I cannot, because the problem is not visible in code: the text looks fine in all readers and devices I've tested with. This only appears on the clients mac using iBooks.
I can show you the beginning of the OPS, the (borkified) paragraph with the problem and the fonts and paragraph declarations in the stylesheet.

Code:
<?xml version="1.0" encoding="utf-8"?>
<package version="3.0" unique-identifier="bookid" prefix="rendition: http://www.idpf.org/vocab/rendition/#" xmlns="http://www.idpf.org/2007/opf">
  <metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
    <meta content="true" name="fixed-layout" />
    <meta content="landscape" name="orientation-lock" />
    <meta content="1200x768" name="original-resolution" />
    <meta property="rendition:layout">pre-paginated</meta>
    <meta property="rendition:orientation">landscape</meta>
    <meta property="rendition:spread">none</meta>
    <meta content="width=1200, height=768" name="viewport" />
    <meta property="ibooks:specified-fonts">true</meta>
    <dc:description>...</dc:description>
Code:
  <body id="Intro02" xml:lang="nl-NL">
	 	<div class="viewportContainer">
			<div class="versoContainer">
				<div class="sectionContainer">
					<p> In iee-a un*de-a*re-a kest ston*dee-a nog wet do*zee-a ge-a*foold met meer*de-a*re-a dia- ie-a film*do*zee-a: Hon*der*dee-a dia’s ie-a tiee-a*tel*lee-a films foon de-a for*ma*tee-a icht mil*li*me-a*ter ie-a soo*per icht mil*li*me-a*ter.  Bork Bork Bork! De-a*ze-a hoe-a*feel*heid ma*te-a*ri*iel hed na*toooor*lijk te-a ma*kee-a met het be-a*roep foon Boy, det foon jooor*na*list.  Bork Bork Bork! Het wes oook te-a doon*kee-a ioon zijn ie-a*thooo*si*is*me-a foor de-a fo*to*gra*fie-a ie-a de-a film*koonst</p>
		 			<p>We-a kee-a*dee-a fe-a*le-a dia’s ie-a films foon oon*ze-a fa*mi*lie-a*bij*iee-a*kom*stee-a weer Boy ze-a fer*toon*dee-a.  Bork Bork Bork! We-a dech*tee-a fe-a*le-a fer*ha*lee-a te-a kee-a*nee-a, woont oon*ze-a fa*der wes tee-a*slot*te-a iee-a woon*de-a*lee-a*de-a ie-a*cy*clo*pe-a*die-a die-a oofer foon il*les in geoo*ree-a ie-a kleoo*ree-a kon fer*tel*lee-a.  Bork Bork Bork! Feel kon hij fer*tel*lee-a, feel is oofer hem te-a fer*tel*lee-a.  Bork Bork Bork! </p>
Code:
/*fonts*/
@font-face {
	font-family:"Warnock Pro";
	font-style:normal;
	font-weight:normal;
	src: url("../font/warnockpro-regular.otf");
}
p {
	font-family:"Warnock Pro Light", serif;
	font-size:1.0em;
	font-weight:300;
	line-height:1.2em;
	text-align:justify;
	text-indent:15px;
	-epub-hyphens: auto;
	hyphens: auto;
	widows: 2;
	orphans: 2;
}
Hope this helps
AntoniDol is offline   Reply With Quote