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