How to add multiple font files for the same font?

Home Forums Use Any Fonts How to add multiple font files for the same font?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #435589
    Marcellin Piguet
    Participant

    Hello!
    I would like to do somthing similar with your plugin:

    @font-face {
    font-family: “DejaVu Sans”;
    src: url(“fonts/DejaVuSans.ttf”);
    }
    @font-face {
    font-family: “DejaVu Sans”;
    src: url(“fonts/DejaVuSans-Bold.ttf”);
    font-weight: bold;
    }
    @font-face {
    font-family: “DejaVu Sans”;
    src: url(“fonts/DejaVuSans-Oblique.ttf”);
    font-style: italic, oblique;
    }
    @font-face {
    font-family: “DejaVu Sans”;
    src: url(“fonts/DejaVuSans-BoldOblique.ttf”);
    font-weight: bold;
    font-style: italic, oblique;
    }

    How can I do it?

    #435689
    Dinesh
    Keymaster

    Hi Marcellin,

    As of now we don’t have such support.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to add multiple font files for the same font?’ is closed to new replies.