Question
Getting Console error loading typekit fonts
Hello Adobe, I am getting console error from the Adode Typekit CSS file that is loaded. The @1552174 statement at the top of the Adode CSS that is Adode servers is loading throwing this error. Can someone please help me correct this issue. I am using WordPress 5.3 on Pantheon hosting. I have enqueue my files correctly.
/*============== LOAD AND USE ADOBE TYPEKIT ==================*/
function theme_typekit() {
/* Adobe Proxima nova Fonts */
}
add_action( 'wp_enqueue_scripts', 'theme_typekit' );
function theme_typekit_inline() {
if ( wp_script_is( 'theme_typekit', 'done' ) ) { ?>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<?php }
}
add_action( 'wp_head', 'theme_typekit_inline' );
Thanks!!!
screen shots of the issue:


