pffff finally, I found the error. Took me 2 days.
Not reported by any of the validation tools I mentioned, nor by epubcheck. Which shows that we badly need good validation tools. ONE validation tool woold be nice.
Here is what was wrong in the CSS linked into all of the HTMLs. The chapters that worked did NOT have an <h2>.
See the error ?
@font-face {
font-weight: bold;
font-style: normal;
font-family: "HelveticaBold" ;
src: url(fonts/HelveticaNeueLTStd-Bd.otf) ;
}
h2
{
font-size:16pt;
margin-bottom:10pt;
font-weight: Bold;
font-family: "HelveticaBold" ;
text-align: right;
}
|