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