Quote:
Originally Posted by AnotherCat
[...] if the OP is under the same belief that I was, then its appearing not to work is because the book they are editing has a font declared in the stylesheet and that takes priority. If there is no font-family in the stylesheet the Editor's preferences then "appear to work".
|
You nailed it!

In the books I tried, the CSS did define
Code:
font-family: serif;
Removing that ebook CSS definition, I could select the mono/sans options.
So the priority is:
- CSS setting ebook
- calibre editor setting
And I admit, that is not what I expected

My expectation is more that the editor should be able to override book settings, as the editor is supposed to make change possible.
So in the end, it works as intended, but not as expected.