thank you guys so much. i folowed the method from the sony forum and it works great for books.
but not for news. i was even trying to modify the recipe by adding this
Code:
extra_css = """
@font-face {
font-family: "arial";
font-weight: normal;
font-style: normal;
src: url(res:///Data/fonts/arial.ttf);
}
body {
font-family: "arial", serif;
widows: 0;
orphans: 0
}
"""
(the extra css that works for the books) but without any success.