Making Epubs is a pain in the ass. You can’t just convert a PDF into an Epub that can be used effectively for e-readers as it requires style formatting and further editing. One thing that was super annoying was that Bold & Italic text wasn’t showing properly. The Epub worked fine in Adobe Digital Editions, but the font style didn’t show up correctly in Calibre.
One way to fix this is to manually dig into the Epub and change the CSS (rename the file’s extension from .epub to .zip or .rar -> open it -> find “template.css” -> edit the CSS in an editor such as Dreamweaver -> save -> rename file extention back to .epub). This option is very tedious and sensitive to errors, but it does the job.
Later I found out it could have been fixed way easier… Upon exporting your Epub in InDesign, go to the Contents tab and Uncheck “Include Embeddable Fonts”. This is very counter intuitive as you might think you would want to embed any fonts for it to be able to display your fonts properly.
Anyway, easy fix… took me hours to figure out… hopefully I can save someone some headaches 🙂
Related Posts
August 10, 2011
[How-to-Fix] Catalyst Control Center & Native Resolution
Native resolution of wide screen not showing up after updating drivers.
July 10, 2011
[How] Google Maps Short URLs
How to get Google Maps Short URLs (July 2011) after Google removed the option from the experimental Google Labs
January 30, 2014
[FIX] Scaling Smart Objects With Nearest Neighbor in Photoshop
How to use Nearest Neighbor interpolation to free transform Smart Objects in Photoshop
March 15, 2014
[FIX] Unity3D – Animation Must be marked as Legacy Warning
How to fix animation warning "must be marked as legacy" in Unity3D
2 Comments
Add comment Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Adobe Bold Display…
[…] ention back to .epub). This option is very tedious and sensitive to errors, but […]…
Thank you! I was going crazy trying to figure out why my italics were disappearing in Calibre. Thank you for the easy fix.