From c6266346105b802604d080c28103992caa53a20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Thu, 12 Feb 2026 16:04:23 +0100 Subject: [PATCH] :bug: Detect empty font-family --- common/src/app/common/files/tokens.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/files/tokens.cljc b/common/src/app/common/files/tokens.cljc index 67b6217ee6..2da869cccf 100644 --- a/common/src/app/common/files/tokens.cljc +++ b/common/src/app/common/files/tokens.cljc @@ -35,7 +35,7 @@ [::sm/text {:error/fn token-value-empty-fn}]) (def schema:token-value-font-family - [:vector :string]) + [:vector ::sm/text]) (def schema:token-value-typography-map [:map