From 24261aacce732f73457bda65a64a6a3a1be4482e Mon Sep 17 00:00:00 2001 From: adrians5j Date: Thu, 16 May 2024 12:15:29 +0200 Subject: [PATCH] fix: update CWP template --- extensions/theme/src/global.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extensions/theme/src/global.scss b/extensions/theme/src/global.scss index 74192c3be90..0595cb7ac6f 100644 --- a/extensions/theme/src/global.scss +++ b/extensions/theme/src/global.scss @@ -1,2 +1,5 @@ +// Styles for the rich text editor that's used with Form Builder. @import "@webiny/react-rich-text-renderer/styles.scss"; -@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,700|Lato:400,700"); \ No newline at end of file + +// Font used with the default theme. +@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,700|Lato:400,700");