From ed1fc7e716a85507b71ff54a989805e4c026d9ba Mon Sep 17 00:00:00 2001 From: Tom Tang Date: Mon, 1 Apr 2024 22:37:59 +0800 Subject: [PATCH] docs: mention non-latin subset support for adobe provider (#109) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 496d1c9..ffd700f 100644 --- a/README.md +++ b/README.md @@ -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