Forums

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

Home Forums CSS Strange problem with font-face

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

    Hello everybody!

    I have a website, herbalists.be, where i’m trying to load a font.

    This is my code:

    @font-face { font-family: ‘herbalists’; src: url(‘#{$path_fonts}arnold.eot’); src: url(‘#{$path_fonts}arnold.eot?#iefix’) format(’embedded-opentype’), url(‘#{$path_fonts}arnold.woff’) format(‘woff’), url(‘#{$path_fonts}arnold.ttf’) format(‘truetype’), url(‘#{$path_fonts}arnold.svg#herbalists’) format(‘svg’); font-weight: normal; font-style: normal; }

    the path is correct but the strange part is that on some computers the font just loads (Chrome, FF, Safari) and on some other computers I only see a standard font used in the footer (Lucida grande)

    I converted my .ttf on fontsquirell.

    I have really no clue about what is going wrong here… Anyone who can help me with this?

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