From d419f0a9cb84ad81b52adc94385ac19cbf581790 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 24 Sep 2024 14:43:35 +0200 Subject: [PATCH] playground(app): update font --- playground/app/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/app/app.vue b/playground/app/app.vue index 21aa4cd7..1421c726 100644 --- a/playground/app/app.vue +++ b/playground/app/app.vue @@ -86,7 +86,7 @@ defineShortcuts({ @import "@nuxt/ui"; @theme { - --font-family-sans: 'Inter', sans-serif; + --font-family-sans: 'Public Sans', sans-serif; --color-green-50: #EFFDF5; --color-green-100: #D9FBE8;