Forums

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

Home Forums CSS Error parsing styles Internet Explorer 6.0 line 9 { font-family:”Neo Sans”; src:(‘../fonts/Neo_Sans_

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39646
    parames
    Member

    Error parsing styles
    Internet Explorer 6.0
    line 9 { font-family:”Neo Sans”; src:(‘../fonts/Neo_Sans_Medium.eot’); src: local(‘ufonts.com_neo-sans-medium’), local(‘ufonts’), url(‘fonts/Neo_Sans_Medium.ttf’) format(‘truetype’); }

    #109110
    parames
    Member

    any one help me

    #109104
    chrisburton
    Participant

    @parames What exactly is line 9? Try this.

    @font-face {
    font-family:"Neo Sans";
    src:('../fonts/Neo_Sans_Medium.eot');
    src: local('ufonts.com_neo-sans-medium'),
    local('ufonts'), url('fonts/Neo_Sans_Medium.ttf') format('truetype');
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.