
var univers = {
  src: 'helvetica-title.swf'
};

sIFR.activate(univers);

sIFR.replace(univers, {
  selector: 'h1',
    css: {
      '.sIFR-root': { 'color': '#231f20', 'font-weight': 'normal' }
    } 
  });


var univers2 = {
  src: 'helvetica-price.swf'
};

sIFR.activate(univers2);

sIFR.replace(univers2, {
  selector: 'h2',
    css: {
      '.sIFR-root': { 'color': '#231f20', 'font-weight': 'bold' }
    } 
  });
