View Single Post
Old 03-09-2011, 11:38 AM   #6
Momccl
momccl
Momccl began at the beginning.
 
Momccl's Avatar
 
Posts: 7
Karma: 10
Join Date: Jul 2010
Location: southeast
Device: sony ereader, kindle
Quote:
Originally Posted by Jellby View Post
Post a sample of what does not work, including HTML and CSS code. Just a piece of HTML with the italic code and all relevant CSS (inline, in the HTML head, separate files...).

If you are embedding fonts, are you embedding (and declaring) the italic font too?
<span class="italic">ε</span> is what is in the code

in the CSS:
span.italic {
font-family: "Times New Roman";
font-weight: normal;
font-style: italic;
font-size: 0.92em;
line-height: 1.20em;
text-decoration: none;
font-variant: normal;
color: #000000;

At this point, greek in italics now shows up in ADE, but not on the Sony Reader PRS-600.
Momccl is offline   Reply With Quote