• Resolved crosstherubicon

    (@crosstherubicon)


    I’m trying to use custom fonts in my slider but can’t get the slider to recognize the fonts. I’ve updated the CSS in the style.css file in my child theme and pretty much followed the directions in the documentation on the website. How can I get my slider to recognize custom fonts?

Viewing 1 replies (of 1 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @crosstherubicon!

    Please send me a link to your website either here or to [email protected]

    The way this works is, that if a font is called in to your website from a CSS file, like in our documentation:

    @font-face{
        font-family: 'My font';
        src: url('http://www.example.com/font/myfont.otf');
    }

    then if you use the font family name in our system, like ‘My font’, then it will be used by us, similarly to this:
    <div style="font-family:'My font';">This is my text</div>
    so there isn’t anything else you have to do, just to make sure you are using the same name and that the font is called in.

    (I’m just leaving the office now, but we will help tomorrow!)

Viewing 1 replies (of 1 total)

The topic ‘Custom fonts’ is closed to new replies.