Quote:
Originally Posted by cybmole
looks good in epub:
note that epub source has courier new font explicitly set
span.sgc-1 {font-family: 'Courier New'; font-size: 11px;}
|
Does it work any better if you Tweak-epub to the more generic
Code:
span.sgc-1 {font-family: monospace; font-size: 11px;}
before converting EPUB to MOBI?