Quote:
Originally Posted by rkomar
Any suggestions for a simple userStyle.css file that would immediately show me that it is being used?
|
How about a one-liner to display the epub in its default monospace font:
Code:
body {font-family: monospace}
or all italic:
Code:
body {font-style: italic}
Edit: I've also attached a tiny epub with no existing special formatting which should work with either of the above custom css files.