-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
1.
2.
3.
...
Relevant log output
No response
What browsers are you seeing the problem on?
No response
What is your operating system?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working