Forums

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

Home Forums CSS @font-face not working on Chrome

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37041
    villancikos
    Member

    Hey all! This was a little bit weird….. I used the code

    @font-face {
    font-family:HelveticaN;
    src: url('http://dl.dropbox.com/HelveticaNeueThn.ttf') format("truetype");
    }
    @font-face {
    font-family:HelveticaB;
    src: url('http://dl.dropbox.com/HelveticaNeue-BoldOutline.otf') format("opentype");
    }

    To use different fonts…. and it works perfectly on Safari and Opera but not on Firefox and Chrome. Any ideas or suggestions?

    By the way, it used to work on Chrome but suddenly stopped!

    #98457
    karlpcrowley
    Participant

    I think’ll you’ll need to convert it to different formats for different browsers

    https://css-tricks.com/snippets/css/using-font-face/

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