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