View Single Post
Old 06-20-2014, 06:37 AM   #1
Alda
Zealot
Alda began at the beginning.
 
Posts: 104
Karma: 22
Join Date: Jun 2010
Device: none
Headings appearing huge with Indesign stylesheet

Hi,

I'm trying to tweak a book that was designed in InDesign and exported as ePub. I love the look of it when I upload to KDP, except for one problem - the headings (H1) appear HUGE. I've tried going into the Indesign-generated stylesheet to tinker with the code, but nothing happens, no matter what I do. I'm actually not sure if what the stylesheet defines as a heading is the same thing as Sigil's H1.

This is the code in the stylesheet, as far as I can ascertain:

Quote:
p.Fyrirs--1 {
color:#808285;
font-family:"Futura Light", sans-serif;
font-size:1em;
font-style:normal;
font-variant:normal;
font-weight:200;
line-height:1.083;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
orphans:1;
page-break-after:auto;
page-break-before:auto;
text-align:left;
text-decoration:none;
text-indent:0;
widows:1;
}
Does anyone know if there is a way to change the heading size using the stylesheet, or even manually in Sigil? I don't see a font adjustment option there.

Many thanks.

EDIT: on closer inspection I see this in the page html

Quote:
<h1 class="Basic-Paragraph ParaOverride-3"><span class="CharOverride-10">1</span> <span class="CharOverride-11">Turf</span></h1>
All this "overriding" - could that be the issue?

Last edited by Alda; 06-20-2014 at 06:51 AM.
Alda is offline   Reply With Quote