From 318b27a4b09bf67802a41e677ada23b8995ed0ae Mon Sep 17 00:00:00 2001 From: caroluchoa <43659990+caroluchoa@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:00:55 -0300 Subject: [PATCH] update font family class --- sections/Theme/Theme.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sections/Theme/Theme.tsx b/sections/Theme/Theme.tsx index 62a5957..908a651 100644 --- a/sections/Theme/Theme.tsx +++ b/sections/Theme/Theme.tsx @@ -302,6 +302,10 @@ export function Preview(props: Props) { --admin-font-family: 'Albert Sans', sans-serif; } + .admin-font-family { + font-family: var(--admin-font-family); + } + .dark { background-color: var(--admin-color-dark-bg); color: var(--admin-text-color-dark); @@ -364,7 +368,7 @@ export function Preview(props: Props) {
-
+
Components and styles
@@ -548,7 +552,7 @@ const PreviewContainer = (
-
+
{title}