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”>
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”);
</style>
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
Where do I add this – I am totally lost here
This needs to work on the Layerslider only