diff --git a/apps/showcase/components/layout/designer/create/DesignCreateTheme.vue b/apps/showcase/components/layout/designer/create/DesignCreateTheme.vue index 14050d56d..b7c1f4eda 100644 --- a/apps/showcase/components/layout/designer/create/DesignCreateTheme.vue +++ b/apps/showcase/components/layout/designer/create/DesignCreateTheme.vue @@ -199,6 +199,9 @@ export default { font_family: 'Inter var' } }; + this.designerService.applyFont('Inter var'); + document.documentElement.style.fontSize = '14px'; + this.designerService.replaceColorPalette(); usePreset(preset); this.designerService.refreshACTokens();