- This topic has 2 replies, 2 voices, and was last updated 10 years, 5 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Home › Forums › Mikmag 3.0 › WebFont is undefined
Hello,
I’ve got problem with Console error, there is TypeError: window.WebFont is undefined
. I’ve checked tdframework/core/fonts/fonts-init.php to see if there is a good URL to Javascript and it’s ok. How can I fix this problem?
Thanks,
tridaz
Hi Tridaz,
Are you experiencing any malfunctions as an effect of this error on your website as well? Such as that your selected font is not working properly?
Kind regards,
Kevin
Font works good, but I was afraid of this error.
I’ve put this <script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
in header.php before wp_head(); and now it’s ok.
Thanks,
tridaz