From 35ab77fd384570018c6a1e7298e26bc1dd3a6286 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sat, 4 Jul 2026 03:05:58 +0900 Subject: [PATCH] fix: use async font loading to prevent page render blocking - Load Google Fonts asynchronously using media="print" + onload - Add noscript fallback for non-JavaScript environments - Prevents blocking Blazor WASM initialization This fixes the loading screen freeze issue where fonts from Google CDN were blocking WASM bootstrap completion. Co-Authored-By: Claude Haiku 4.5 --- src/TaxBaik.Web/Components/Admin/App.razor | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/TaxBaik.Web/Components/Admin/App.razor b/src/TaxBaik.Web/Components/Admin/App.razor index d1bf472..a4fc844 100644 --- a/src/TaxBaik.Web/Components/Admin/App.razor +++ b/src/TaxBaik.Web/Components/Admin/App.razor @@ -8,8 +8,12 @@ - - + + + + + +