Quote:
Originally Posted by jswinden
Here is how I do it in Sigil but I have no clue if this works on the Fire HDX. It works well on the PW2. BTW, you can also use negative left/right margins in the CSS to narrow the margins on the PW2. Can they be used on the Fire HDX too?
|
Scratch all that! It can have spaces and it doesn't matter what the family name is the big problem lies in the body tag. Calibre uses it's own class and the HDX doesn't recognize it. It's so simple to fix though!
In Extra CSS box on its conversation window you just has to specified the font family. Like this
Code:
p {font-family: "Trebuchet", sans-serif;}
That would cause Calibre to put the font family in every class that contains text!
Body class will not work.