On Sony reader e-books in epub format are rendered by adobe software that uses different set of fonts than what reader uses for LRF format. Flashing procedure replaces only LRF fonts. That is why LRF works and epub not.
For epub to work you need to add following CSS statement in your recipe:
Code:
extra_css = '@font-face {font-family: "serif1";src:url(res:///opt/sony/ebook/FONT/tt0011m_.ttf)} body{font-family: serif1, serif} .article_description{font-family: serif1, serif} a.article{font-family: serif1, serif}'