Certain font characters not rendering in the correct font
Hello All,
I'm new to the forum so forgive me if this is posted in the wrong location. I'm working on converting an epub to mobi/kf8 with embedded fonts. Everything has been going smoothly except for one issue. Certain characters in my fonts do not show up properly when viewing the file on the Kindle and Kindle Previewer.
For example...
In the words "Jane Collins & Bob Smitz" the J, & and Z render in the default Kindle font.
I've dug through the font and the characters/glyphs do exist. They view properly in InDesign as well. I've moved out of the InDesign file completely and am fully coding html and css. This problem has me pulling my hair out.
Here is some sample code. This is happening for more than 1 font so I'm not convinced it has to do with the font itself. Any help would be greatly appreciated!
<span class="ch_backcover_author">Jane Collins & Bob Smitz</span>
span.ch_backcover_author {
color:#ffffff;
font-family:"Gibson Light", sans-serif;
font-size:1.2em;
font-style:normal;
font-weight:200;
}
|