IE11兼容模式下,use.typekit.net在线字库不起作用_html/css_WEB-ITnose【点击查看详情】
IE11兼容模式下,use.typekit.net在线字库不起作用_html/css_WEB-ITnose: body{font-family: futura-pt,Arial,serif;} IE11下正常,就是IE11兼容模式下无法正常使用。请问如何做? 回复讨论(解决方案) 知道原因了,调用方法错了。 应该是: try{Typekit.load();}catch(e){}