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