Use two fonts in imp files?
I have a book in which there are lots of paragraphs representing a dream in the storyline.
I want to use a different font for these so they are noticeable.
However, as eBook Publisher does not recognise font-family names -- only serif or sans-serif -- I have used serif in the main body and sans-serif in the "dream" paragraphs.
My problem is getting the "dream" paragraph text to increase or decrease when selecting the zoom option.
The main body text does this but I cannot work out what I am doing wrong with the "dream" text.
In my html code I have a class set up for the "dream" text as follows:
.dream { font-family: sans-serif; font-size: 13pt;}
If I omit the font-size then the text appears too large.
I can get it to zoom if I use font-size: xx-small, small, medium etc but the text is far too large even using xx-small.
Is this a bug or is it me?
|