Quote:
Originally Posted by michaelbr
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