0

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;
          }
  • 1
    Does this answer your question? [CSS @font-face not working with Firefox, but working with Chrome and IE](https://stackoverflow.com/questions/2856502/css-font-face-not-working-with-firefox-but-working-with-chrome-and-ie) – Kiran Mistry Nov 16 '19 at 06:24
  • No this is different, Here I want to use base64 encoded value for font, not an url for the font file – Sankha Sumadhura Nov 16 '19 at 07:47

0 Answers0