Thread: verifying html
View Single Post
Old 08-28-2010, 10:57 PM   #5
shall1028
Nameless Being
 
I stand corrected---sort of.

Quote:
Originally Posted by JSWolf View Post
such incorrect information. ADE can display properly embedded fonts no problem.
Slightly incorrect might be a better term and "no problem" is also slightly incorrect.

The fonts must be embedded and specified properly. I made an epub sometime ago that would not display properly in ADE using:

font-family: "Goudy", "serif";

but does display properly as:

font-family: "Goudy", serif;

I had forgotten that I found the fix to the problem and assumed that ADE had problems with embedded fonts.

Note though the fonts need to be embedded in the epub and not merely on your system.
  Reply With Quote