Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 08-14-2013, 02:11 PM   #1
wyatt650
Junior Member
wyatt650 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2013
Device: kindle
font change sigil to mobi with kindlegen

I write my original text in Word 2003, save it as Web Page, Filtered, and convert it to .epub file with Sigil.
Sigil always shows me a bold Arial font. I compose in Word with Arial normal.
If I edit my text in Sigil, in particular adding new paragraphs by hitting Enter, the new text shows as the bold Arial font.
However when I convert this to a .mobi file with kindlegen, the new text displays as a normal Times Roman font. And the surrounding Sigil text from the original document is still in the nice bold Arial.
Help!
Thanks!
wyatt650 is offline   Reply With Quote
Old 08-14-2013, 06:04 PM   #2
mrmikel
Color me gone
mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.
 
Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
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.)
mrmikel is offline   Reply With Quote
Advert
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
Old 08-14-2013, 06:53 PM   #4
mrmikel
Color me gone
mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.
 
Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
I'd save a copy, then delete:

/* 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;}

and

font-size:12.0pt;
font-family:"Times New Roman";

and see how that goes.

That way the Kindle can select the size and any fonts it can display.

What Sigil displays in set in preferences and has nothing at all to do with what the reader will display, unless fonts have been loaded and referred to. Arial and Times New Roman are licensed fonts which should be avoided and open source fonts used instead if you wanted to specify a particular font.

Not a bad idea to load enough of a font for a fancy chapter start or something, but a complete font set can take up a fair amount of space in the reader and be a headache for you getting the thing to display, especially in some older readers.
mrmikel is offline   Reply With Quote
Old 09-05-2013, 10:49 AM   #5
Matt Butts
Junior Member
Matt Butts began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Sep 2013
Device: Kindle Touch
I find I get the best results when I keep my font calls generic. I don't try to embed Times New Roman or Arial or Georgia, I just default to the e-reader's fonts by using generic familes (i.e., 'serif' or 'sans-serif') Sometimes I want my text in Courier New (my main character is a reporter and it's something he's typing), in which case, I use "font-family:monospace." Works like a charm with Kindlegen.

I also find it helpful to use relative, not absolute font sizes in my CSS. Don't use "font-size:12pt" use "font-size:100%" instead. This lets the reader choose the font size in their e-reader settings. Many an ebook I have put down because I had to up the font to the largest size available just to read it.

Last edited by Matt Butts; 09-05-2013 at 10:51 AM.
Matt Butts is offline   Reply With Quote
Advert
Reply

Tags
font sigil mobi kindlegen

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
epub to mobi: Kindlegen vs Calibre rstoothoff Introduce Yourself 5 08-13-2012 07:27 AM
Sigil to Kindlegen -- No Table of Contents paul-b Sigil 70 05-03-2012 04:57 PM
CBR to MOBI- can not change font size??? Hawkwinde Devices 1 03-04-2012 10:10 AM
epub to mobi using kindlegen - question codrutoctavian Workshop 2 02-14-2012 03:35 PM
feed to lrf, how do I change font (or have default font) lovemov Calibre 3 03-16-2009 10:57 PM


All times are GMT -4. The time now is 10:34 PM.


MobileRead.com is a privately owned, operated and funded community.