From 25e54edbc9f5be7d126084035c4e490dfe2939d7 Mon Sep 17 00:00:00 2001 From: Saif M Date: Fri, 12 Dec 2025 15:46:28 +0300 Subject: [PATCH] feat(core): always bundle the fonts into the build (#13624) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes https://github.com/kestra-io/kestra/issues/13599. Co-authored-by: Miloš Paunović --- ui/index.html | 22 +--------------------- ui/src/styles/app.scss | 2 ++ ui/src/styles/fonts.scss | 16 ++++++++-------- ui/src/styles/vendor.scss | 2 -- ui/vite.config.js | 4 ---- 5 files changed, 11 insertions(+), 35 deletions(-) diff --git a/ui/index.html b/ui/index.html index 42e5b5be30..9e1c05ff2f 100644 --- a/ui/index.html +++ b/ui/index.html @@ -6,7 +6,7 @@ - + @@ -26,26 +26,6 @@ document.getElementsByTagName("html")[0].classList.add(localStorage.getItem("theme")); } - - - - - - - - - -