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