View Single Post
Old 02-10-2011, 12:47 PM   #21
millhaus
Junior Member
millhaus began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2011
Device: sony 600
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.
millhaus is offline   Reply With Quote