The following code font only works fine in IE , Not in Chrome or Firefox. Any idea ?
 @font-face {
          font-family: 'Free 3 of 9';
          src: url(data:font/ttf;charset=utf-8;base64,"Encoded String for font") format('truetype');
          font-weight: normal;
          font-style: normal;
          }
