Quote:
Originally Posted by gbm
Open the ebook in the editor then do a find/replace all:
find:
Code:
font-family: oppjfiltckennerleyproitalic;
replace:
Code:
font-family:oppjfiltckennerleyproitalic, sans-serif;
That should work.
bernie
|
Should there be a space after font-family: ?
So
Code:
font-family: oppjfiltckennerleyproitalic, sans-serif;
Im not good with CSS but might it be worth a try?