-
-
Notifications
You must be signed in to change notification settings - Fork 965
Closed
Description
UnoCSS version
main
Describe the bug
As the code below, it uses fetch from ofetch but not customFetch:
| const response = await fetch(url) |
This prevents the font from downloading when using a proxy.
Reproduction
{
customFetch: (url: string) => axios.get(url, { httpsAgent: new ProxyAgent() }).then(it => it.data),
}System Info
No response
Validations
- Read the Contributing Guidelines.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels