From 04aee814e1a99e18286c9a3fe4a2c147aa326804 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 16 Mar 2026 14:49:15 -0400 Subject: [PATCH] style: scope FontAwesome CDN to IDAA layout only Move the FA 5.15.4 CDN from app.html (global) into src/routes/idaa/+layout.svelte so it only loads on /idaa/* routes. All other modules now use Lucide exclusively. Co-Authored-By: Claude Sonnet 4.6 --- src/app.html | 8 -------- src/routes/idaa/+layout.svelte | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app.html b/src/app.html index 8ac1b8ed..7557e1f2 100644 --- a/src/app.html +++ b/src/app.html @@ -23,14 +23,6 @@ rel="stylesheet" /> - - %sveltekit.head% diff --git a/src/routes/idaa/+layout.svelte b/src/routes/idaa/+layout.svelte index 45278eb6..4c2aa91d 100644 --- a/src/routes/idaa/+layout.svelte +++ b/src/routes/idaa/+layout.svelte @@ -255,6 +255,14 @@ IDAA - {$idaa_loc?.title ?? 'Æ loading...'} + + {#if $ae_loc.iframe}