zRSSFeed - RSS feed with custom fonts using Cufon

This example uses the Cufon plugin to change the header font of each feed entry to Old English Text.

Script

$(document).ready(function () {
	$('#test').rssfeed('http://feeds.reuters.com/reuters/oddlyEnoughNews', {
		limit: 5
	},function() {
		Cufon.replace('.rssRow h4');
	});
});

Result