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}