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