@font-face
 { font-family: 'Destroy';
   src: url('font/destroy.eot');
   src: url('font/destroy.eot?#iefix') format('embedded-opentype'),
        url('font/destroy.woff') format('woff'),
        url('font/destroy.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

.destroy
{ font-family: Destroy;
  color: white;
  opacity: 0.85;
}