
	iona.font = (function(){
		var _ = {};
		_.init = function(){
			fixFonts();
		};
		
		var fixFonts = function(){
			Cufon.replace(".font-header",{'fontFamily':"Header"});
			Cufon.replace(".detail-font-header",{'fontFamily':"Detail Header"});
		};
		
		return _;
	})();
