Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1291789

    Is there a way to add the font Leander Script Pro using the following from Adobe:

    <link rel=”stylesheet” href=”https://use.typekit.net/hdq0taq.css”&gt;

    font-family: leander-script-pro, sans-serif;
    font-weight: 400;
    font-style: normal;

    font-family: leander-script-pro, sans-serif;
    font-weight: 700;
    font-style: normal;

    <style>
    @import url(“https://use.typekit.net/hdq0taq.css&#8221;);
    </style>

    #1292185

    Hey whdsolutions,

    I’m guessing that if you import those stylesheets, then the font should be usable. If you need to apply it to something in your sliders, then it might be a good idea to create a class for that font, then add that class to the element which you want to apply the font to.

    .special-font-light {
    font-family: leander-script-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    }

    Best regards,
    Rikard

    #1293906

    Where do I add this – I am totally lost here

    #1293907

    This needs to work on the Layerslider only

    #1294239

    Hi,

    The styles would go into Quick CSS, and the link markup might have to go into header.php. Didn’t you get any instructions from Adobe?

    If you need further help then please include admin WordPress login details in private.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.