Forums

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

Home Forums CSS add extra font is not working in firefox

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #167809
    Amit12x
    Participant

    i have added extra font family, but it is not working in firefox. it does not showing it’s effect.

    my css

    @font-face
    {
    font-family: myFirstFont;
    src:url(../font/schonanblack.ttf);
    }
    .news-item-detail{
        display: table-cell;
        font-family:myFirstFont;
    }
    #167811
    Paulie_D
    Member
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.