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