Forums

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

Home Forums CSS [Solved] @font-face

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #149912
    lrelia
    Participant

    I wonder if anyone use @font-face for .ai file.How can I apply .ai to font-family? This code won’t work.

    @font-face {
        font-family: kid;
        src: url(../font/SablonType/sablontype.ai);
    }
    
    #149925
    Paulie_D
    Member

    I don’t think illustrator files are one of the font file types…that’s why.

    Is it?

    #149936
    Paulie_D
    Member

    However, you can convert AI files to the required file types…perhaps IcoMoon

    http://icomoon.io/docs.html

    #150040
    lrelia
    Participant

    Thanks again, Dear Paulie_D~

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