Hi I'm trying to use a font from Adobe Typekit for certain elements.
I have included:
<script src="https://use.typekit.net/ato8kck.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
In the header.tpl file in my template
And I have included:
font-family: "korolev-compressed", sans-serif;
in whmcs.css for various elements that use the font. However it doesn't render the font.
I am also using Open Sans from google fonts, this renders for the elements that use it.
Also I have the Adobe Typkit font set up on other parts of my website that are using wordpress in exactly the same way, and it works. The font renders on screen. So it is something in WHMCS I am either missing or interfering with the font. Any ideas?