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