View Single Post
Old 12-04-2010, 10:58 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,094
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by michaelbr View Post
Sorry, I'm new to Sigil, I just read Sigil's manual, but couldn't find how/where to change the font size for headings. I tried to add TOC to my existing epub book, but after add the title to heading 1, the default font size is too big, how can I change the size/font of the headings so I can use it as default for all other books? I'm trying to set it as apps default so every time I open Sigil, it'll use that font/size for heading 1/2...

Thanks in advance for any comments/suggestions.
Michael
You could make a style sheet entry to override the default heading sizes et al.
Code:
h1 {font-size: 24pt}
You can apply any valid attributes there. I prefer font-size: 200%
which is 200% of the body font
theducks is offline   Reply With Quote