Quote:
Originally Posted by cybmole
i was given this regex in another thread, way back. be sure not to have minimal mode ticked & it will find all entries
line-height: [^;}\r\n]*;?
|
THanks for the information.
Quote:
Originally Posted by cybmole
i take out font family definitions at that stage also.
even an innocuous
font-family:serif;
is enough to prevent on-device font selection
|
wait, that's something else I didn't know. I've converted all my books to Calibri.
ok, so what do I have to place in calibre's CSS remove thingy to ensure that fonts are read from the book, the line height and fonts adjustable ?. I'm guessing that the syntax is something like this,
line-height: [^;}\r\n]*; font-family:serif;