Skip to content

Commit

Permalink
docs: mention non-latin subset support for adobe provider (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerzl committed Apr 1, 2024
1 parent 913ee71 commit ed1fc7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,11 @@ export default defineNuxtConfig({
})
```

You should read [their terms in full](https://www.adobe.com/legal/terms.html) before using a font through `adobe`.
> [!WARNING]
> We currently can't provide non-latin subsets for Adobe Fonts as they do not have a public API for that. Please use other providers in such cases.
> [!WARNING]
> You should read [their terms in full](https://www.adobe.com/legal/terms.html) before using a font through `adobe`.
### Writing a custom provider

Expand Down

0 comments on commit ed1fc7e

Please sign in to comment.