Paola, where do I find this CSS style file?
I have more or less the same problem: I get the same font, whatever font I choose. Maybe your solution is the problem in my files. But I wouldn't know where to look for this file.
thanks!
jane
Quote:
Originally Posted by
EDIT: problem solved (at least in my case). My EPUB are all translated, and in the CSS style file for the declaration of the text I had:
[CODE
.calibre {
display: block;
font-family: "LexiaDaMa", serif;
font-size: 1em;
line-height: 1.2;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
margin-top: 0;
padding-left: 0;
padding-right: 0;
text-align: justify
}
[/CODE]
The font family declaration (highlighted in bold) for some reason seem to be creating the problems in the PB903 - I removed it, and all is well. Hope it works for you too!
|