Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS font-face in base64 is cross browser compatible?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #154238
    sadunaresh
    Participant

    I have been using Chris’s snippet for font-face, but I heard that rather including different file types like .ttf, .eot,.woff, we can include font using some thing like below

    @font-face {
        font-family: 'latoregular';
        src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHwwABMAAAAA4IwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA........);
    

    is this cross browser compatible and work in ie6-8…? can someone please point me to a correct onine resource or tut, where i can learn more about this..?

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.