Quote:
Originally Posted by thawk
A more specific style may has higher priority than the style specified in --override-css. For example, ".myfont {font-family:...}" has higher priority than a --override-css "body {font-family:...}". I can't alter the font-family unless I know there's a .myfont class, and override the style for myfont class.
If html2epub can filter out the font-family property, the font-family specified in --override-css will always be used without exception.
|
html2epub doesn't filter CSS rules. However, it will eventually support embedded fonts, which should do what you need.