Quote:
Originally Posted by Toxaris
It is possible to mix serif and sans-serif/monospace in an ePUB, I have done in several times already. Perhaps a small mistake in your stylesheet?
|
Because of a quirk in Kindle Paperwhite, it has proved necessary to specify both Courier and monospace, something like this:
p.block {
font-family: courier, monospace;
text-indent: 1em;
text-align:left;
margin:0em 0em 0em 1em;
}
Is that problematical?