Demo URL
No response
What happened?
typekit: { id:${myTypekitId}, defer: false, injectTo: 'body', }
When executing the above code
GET https://use.typekit.net/myTypekitId.css net::ERR_ABORTED 412 (Precondition Failed)
An error occurs.
In fact, if you run the code provided by Typekit locally, you need to get the css code here at https://use.typekit.net/myTypekitId.js
to sum up
https://use.typekit.net/myTypekitId.css (X)
https://use.typekit.net/myTypekitId.js (O)
Reproduction steps
Relevant log output
No response
What browsers are you seeing the problem on?
No response
What is your operating system?
No response
Demo URL
No response
What happened?
typekit: { id:${myTypekitId}, defer: false, injectTo: 'body', }When executing the above code
GET https://use.typekit.net/myTypekitId.css net::ERR_ABORTED 412 (Precondition Failed)
An error occurs.
In fact, if you run the code provided by Typekit locally, you need to get the css code here at https://use.typekit.net/myTypekitId.js
to sum up
https://use.typekit.net/myTypekitId.css (X)
https://use.typekit.net/myTypekitId.js (O)
Reproduction steps
Relevant log output
No response
What browsers are you seeing the problem on?
No response
What is your operating system?
No response