From 89835a72a49b14c67110134fc192b013a0e5469f Mon Sep 17 00:00:00 2001 From: JamesPasta Date: Wed, 19 Aug 2026 16:46:42 -0700 Subject: [PATCH] feature/AB#34135-InsantMessaging-JSBundling --- .../Bundling/UnityThemeUX2GlobalStyleContributor.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Bundling/UnityThemeUX2GlobalStyleContributor.cs b/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Bundling/UnityThemeUX2GlobalStyleContributor.cs index e66ee4800..82129c282 100644 --- a/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Bundling/UnityThemeUX2GlobalStyleContributor.cs +++ b/applications/Unity.GrantManager/modules/Unity.Theme.UX2/src/Unity.Theme.UX2/Bundling/UnityThemeUX2GlobalStyleContributor.cs @@ -23,12 +23,6 @@ public override void ConfigureBundle(BundleConfigurationContext context) context.Files.AddIfNotContains("/libs/datatables.net-staterestore-dt/css/stateRestore.dataTables.min.css"); context.Files.AddIfNotContains("/libs/tributejs/dist/tribute.css"); - // Add assets for "/themes/ux2/fonts/**/*" - context.Files.AddRange([ - "/themes/ux2/fonts/icons/Segoe-Fluent-Icons.ttf", - "/themes/ux2/fonts/icons/Segoe-MDL2-Assets.ttf", - ]); - // ABP's own FontAwesomeStyleContributor adds the v4 compatibility shims // alongside all.css. Every rule in that file is scoped ".fa.fa-x", and no // element in this app carries the bare "fa" class any more (AB#33942), so