Fonts.Register
(
  {
    font: bankgothic,
    options:
    {
      selector: '.headline .two_cols .bloc_headline .sIFR',
      css: {
        '.sIFR-root': { 'color': '#1f1f1f', 'background-color': '#d0d0d0', 'font-size': '16px' }
      },
      wmode: 'opaque'
    }
  }
);