Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: 'body .two_cols_one .block_content h2.sIFR',
      css: {
        '.sIFR-root': { 'color': '#343635', 'background-color': '#e5e5e5' }
      },
      fitExactly : true,
      forceSingleLine : true,
      preventWrap : true,
      tuneWidth : 1,
      wmode: 'opaque'
    }
  }
);