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