From f18454f9b374e0bcbbdf703a737edfc770086d78 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Wed, 18 Feb 2026 17:39:24 +0300 Subject: [PATCH] feat(Layout): change fonts link and remove max-width for main --- src/app/ui/Layout.svelte | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/app/ui/Layout.svelte b/src/app/ui/Layout.svelte index 021c334..3eacbd1 100644 --- a/src/app/ui/Layout.svelte +++ b/src/app/ui/Layout.svelte @@ -55,30 +55,36 @@ onMount(async () => { - + - - + + + href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;1,100;1,200&family=Karla:wght@200..800&family=Major+Mono+Display&display=swap" + /> ((e.currentTarget as HTMLLinkElement).media = 'all'))} - > + /> - - Compare Typography & Typefaces | GlyphDiff - + Compare Typography & Typefaces | GlyphDiff @@ -88,7 +94,7 @@ onMount(async () => { -
+
{#if fontsReady} {@render children?.()}