/* load up the fonts... */

/* Maz note: to be replaced by the web font syntax at some point in the future 
(probably when CSS3's font-size-adjust property comes into play).

Done via javascript now because of font size issues - rabiohead is smaller 
than average, so the font size needs to be set ridiculously high. */

Cufon.set('fontSize', '30px').replace('.home h1', { ignore: { div: true } }); 
Cufon.set('fontSize', '28px').replace('.textreplace');
Cufon.set('fontSize', '24px').replace('#sidebar .widget-title', { ignore: { div: true } });
Cufon.set('fontSize', '24px').replace('#sidebar h2');

