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