You should be able to customize the font just by modifying the CSS of each script. In the case of RSS boxes for example, that would be this file, for example:
Code:
.rsscontainer{
margin-bottom: 5px;
font: normal 13px Arial;
}
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
Certainly, the style can be changed via CSS. The titles of each RSS entry for example carries a CSS class of "titlefield". You'd style this class to style the titles:
Code:
.titlefield{
font-size:18px;
}
Bookmarks