View Single Post
Old 08-14-2013, 06:24 PM   #3
wyatt650
Junior Member
wyatt650 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2013
Device: kindle
Thanks MrMikel.
Looks like I found the culprit in hiding in the stylesheet from Word:
How much of this can I just delete from Sigil?

Code:
<style type="text/css">
<!--
  /* Font Definitions */
  @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
  @font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
  /* Style Definitions */
  p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
  a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
  a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
  @page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
  div.Section1
        {page:Section1;}
  -->
</style>
Quote:
Originally Posted by mrmikel View Post
If you look at the epub in Sigil, you will see Arial and TNR being specified. Search for <font and see if you can locate them and eliminate them and their end tags. Then the user can choose from available fonts on their reader. These font tags probably came out of Word.

It is also possible that font information is hiding in the stylesheet as part of a style. Open the stylesheet of the epub and see if the font information is there and get rid of it (without damaging the rest of the style.)

Last edited by Jellby; 08-15-2013 at 03:56 AM. Reason: code markup
wyatt650 is offline   Reply With Quote