View Single Post
Old 03-05-2009, 03:36 PM   #26
nikitajy
Junior Member
nikitajy began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Mar 2009
Location: Israel
Device: PRS-700
Quote:
Originally Posted by kiklop74 View Post
can you post the font and the recipe you use so that I can check it out for the weekend?
Code:
class AdvancedUserRecipe1236198700(BasicNewsRecipe):
    title          = u'Hebrew'
    oldest_article = 7
    max_articles_per_feed = 100
    
    feeds          = [(u'HebrewBlog', u'http://holland.blogli.co.il/feed/')]
    extra_css = '@font-face {font-family: "serif0";src:url(res:///Data/FONT/serif0.ttf)} body{direction: rtl; font-family: serif0, serif} .article_description{direction: rtl; font-family: serif0, serif} a.article{direction: rtl; font-family: serif0, serif} p{direction: rtl; font-family: serif0, serif} '
The font I used is just DejaVuSans (attached).

Thank you so much
Attached Files
File Type: gz DejaVuSans.ttf.gz (320.3 KB, 539 views)
nikitajy is offline   Reply With Quote