@font-face {
  font-family: DofTHand;
  src: url('../fonts/DofTHand.eot?v1.1');
  src: url('../fonts/DofTHand.eot?v1.1#iefix') format('embedded-opentype'),
       url('../fonts/DofTHand.svg?v1.1') format('svg'),
       url('../fonts/DofTHand.woff?v1.1') format('woff'),
       url('../fonts/DofTHand.ttf?v1.1') format('truetype'),
       url('../fonts/DofTHand.otf?v1.1') format('opentype');
}

.DofTHand
{
  font-family:DofTHand;
  text-rendering: optimizeLegibility; /* turns on ligatures in Webkit */
  -moz-font-feature-settings: "dlig" 1;
  -ms-font-feature-settings:"dlig" 1;
  -o-font-feature-settings:"dlig" 1;
  -webkit-font-feature-settings:"dlig" 1;
  font-feature-settings:"dlig" 1;
}
