Has anyone tried to successfully reduce Typekit boot time with preloador prefetch? i.e.
preload
prefetch
<link rel='preload' href='...' as='font'> <!-- and/or --> <link rel='prefetch' href='...'>
Is it practical or possible in the current Typekit boot installation?
To date, link rel='preload'not implemented by any browser.
link rel='preload'
I tried to use link rel='prefetch', and Chrome prefetched this font, however, it ignored the preloaded font and downloaded it again when needed.
link rel='prefetch'
You can try preloading the Typekit script:
<link rel="preload" href="https://use.typekit.net/[YOUR_KIT_ID].js" as="script">
, , . " " - Typekit script , () javascript . , - .
Source: https://habr.com/ru/post/1610167/More articles:Spring SAML integration as SP and SimpleSAMLphp as IdP (HoK profile) - spring-securityAndroid application widget resets launch after an indefinite period of time - androidKafka maker sends invalid characters - javaUpdateString not implemented by SQLite JDBC driver - javaCapture Group Wrong In Search Posix Regex - cOverriding the default d3 funnel chart - javascriptWhy is my unpainted sequence different from when it was pickled? - pythonBootstrap datepicker how to resolve last 6 months - javascriptNode.js. Error: module is not a function - javascriptNested exception handling in Spring MVC - javaAll Articles