@font-face
{
    font-family: 'BLAH';
  src: url('BLAH.eot');
  src: url('BLAH.eot?#') format('embedded-opentype'),
      url('BLAH.woff') format('woff'),
      url('BLAH.ttf') format('truetype');
}
