I don't normally edit books except to compress the images. I am trying to help a friend with a textbook that has some kind of font issue so that the text is jumbled in the reader(s).
I am seeing "missing generic font issues" and the code seems to be completely bogus:
Code:
@font-face{font-family:ff1;src:url(f1.ttf)format("truetype");}.ff1{font-family:ff1;line-height:1.146000;font-style:normal;font-weight:normal;visibility:visible;}
@font-face{font-family:ff2;src:url(f2.ttf)format("truetype");}.ff2{font-family:ff2;line-height:0.960000;font-style:normal;font-weight:normal;visibility:visible;}
@font-face{font-family:ff3;src:url(f3.ttf)format("truetype");}.ff3{font-family:ff3;line-height:1.192000;font-style:normal;font-weight:normal;visibility:visible;}
etc.
I tried just deleting them but that doesn't work. Do you just pick a font and hand code it?
2nd question. Is there some kind of a reference for fixing epub format errors? Don't really want to be an expert. Just do what needs to be done.