// iFonts 1.0 : http://ifonts.org
if(typeof window.iFonts == 'function') {
  if(typeof iFont == 'undefined') {
    var iFont = new iFonts();
    iFont.init({
      testURL: '/sites/all/modules/render/ifonts/ifonts-test.gif',
      processor: '/sites/all/modules/render/ifonts/ifonts.php',
      classNameScreen: 'ifonts-replacement',
      classNamePrint: 'ifonts-print-text',
      css: '/themes/vincentav2/ifonts.css',
      debug: true,
      doNotPrintImages: false,
      printerCSS: '/sites/all/modules/render/ifonts/ifonts-print.css',
      flickerElements: ['h1','h2'],
      flickerTimeout: 1000
    });
  };
  iFont.replaceElement('.primary-links li a.active', {font: {standard: 'AJensonPro-BoldCapt.ttf'}, size: '10', scale: '8', lettercase: 'uppercase', wordwrap: true, color: '#003fbf', bgcolor: '#ebeef5', bkg: 'rgb', cache: true});
  iFont.replaceElement('.primary-links li a', {font: {standard: 'AJensonPro-BoldCapt.ttf'}, size: '10', scale: '8', lettercase: 'uppercase', wordwrap: true, color: '#3d3d3d', bgcolor: '#ebeef5', bkg: 'rgb', cache: true});
  iFont.replaceElement('h1', {font: {standard: 'AJensonPro-Capt.ttf', bold: 'AJensonPro-BoldCapt.ttf', italic: 'AJensonPro-ItCapt.ttf'}, size: '16', scale: '2', wordwrap: true, color: '#003fbf', bgcolor: '#FFFFFF', bkg: 'rgb', cache: true});
  iFont.replaceElement('#header-image-teaser', {font: {standard: 'AJensonPro-Capt.ttf'}, size: '20', scale: '4', color: '#fcd600', bgcolor: '#0c2c6d', bkg: 'rgb', cache: true});
  iFont.replaceElement('h2', {font: {standard: 'AJensonPro-Capt.ttf', bold: 'AJensonPro-BoldCapt.ttf', italic: 'AJensonPro-ItCapt.ttf'}, size: '12', scale: '6', wordwrap: true, color: '#003FBF', bgcolor: '#FFFFFF', bkg: 'rgb'});
  iFont.replaceElement('td.sidebar .block h3', {font: {standard: 'AJensonPro-Capt.ttf', bold: 'AJensonPro-BoldCapt.ttf', italic: 'AJensonPro-ItCapt.ttf'}, size: '11', scale: '2', wordwrap: true, color: '#1a1a1a', bgcolor: '#FFFFFF', bkg: 'rgb', cache: true});
  iFont.replaceElement('#header .menu a.active', {font: {standard: 'MINI 7.ttf'}, size: '5', letterspacing: '1', trailingSpace: '1', color: '#fcd600', bgcolor: '#5977b3', bkg: 'rgb', cache: true});
  iFont.replaceElement('#header .menu a', {font: {standard: 'MINI 7.ttf'}, size: '5', letterspacing: '1', trailingSpace: '1', color: '#f5f5f5', bgcolor: '#5977b3', bkg: 'rgb', cache: true});
  iFont.replaceElement('.node_read_more', {font: {standard: 'MINI 7.ttf'}, size: '5', letterspacing: '1', trailingSpace: '1', color: '#003fbf', bgcolor: '#FFFFFF', bkg: 'rgb', cache: true});
};
