Nyla C. Posted March 13, 2016 Share Posted March 13, 2016 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 More sharing options...
Nyla C. Posted November 10, 2016 Author Share Posted November 10, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now