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