Jump to content

Typekit & Other Webfonts In Prestashop


Recommended Posts

Hello, does anyone know how to get Adobe Typekit fonts to show up in Prestashop? I was able to successfully add the code to my header.tpl file, however when I try using the font in css, no changes are made. Can anyone help? Thank you.

Link to comment
Share on other sites

  • 7 months later...

In case anyone else is wondering how to do this, I added {literal} {/literal} around my typekit code. Example below:

{literal}
<script src="https://use.typekit.net/MY_TYPEKIT_ID.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
{/literal} 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...