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