// Configuration for website title section and headings var helvetica = { src: '/flash/helveticaNeue.swf', ratios:[12, 1.08, 23, 1.15, 24, 1.14, 28, 1.16, 34, 1.15, 35, 1.16, 40, 1.15, 41, 1.16, 42, 1.15, 102, 1.16, 103, 1.17, 108, 1.16, 109, 1.17, 114, 1.16, 115, 1.17, 120, 1.16, 121, 1.17, 1.16] }; helvetica.sharpness = 50; var helveticaLight = { src: '/flash/helevtica55.swf', ratios:[12, 1.08, 23, 1.15, 24, 1.14, 28, 1.16, 34, 1.15, 35, 1.16, 40, 1.15, 41, 1.16, 42, 1.15, 102, 1.16, 103, 1.17, 108, 1.16, 109, 1.17, 114, 1.16, 115, 1.17, 120, 1.16, 121, 1.17, 1.16] }; helveticaLight.thickness = -30; //controls the font-weight of the embedded font helveticaLight.sharpness = 0; sIFR.activate(helvetica, helveticaLight); //site's h1 sIFR.replace(helvetica, { selector: 'h1', css: { '.sIFR-root': { 'color': '#434343', 'font-weight':'bold' } }, wmode:'transparent', offsetTop:0, offsetLeft:0, tuneHeight:0, selectable: false }); //header title sIFR.replace(helveticaLight, { selector: '#title', css: { '.sIFR-root': { 'color': '#434343', 'font-weight':'normal', 'font-size': '18px', 'letter-spacing': -0.7 } }, wmode:'transparent', offsetTop:0, offsetLeft:0, tuneHeight:0, selectable: false }); //email page h3 sIFR.replace(helveticaLight, { selector: '#preview h3', css: { '.sIFR-root': { 'color': '#434343', 'font-weight':'normal', 'font-size': '16px', 'letter-spacing': -0.2 } }, wmode:'transparent', offsetTop:0, offsetLeft:0, tuneHeight:0, selectable: false }); //sIFR.debug.ratios({src: 'flash/helveticaNeue.swf', selector:'h1'});