fixes/mobile-comparator #25
@@ -49,8 +49,6 @@ onMount(async () => {
|
|||||||
}
|
}
|
||||||
fontsReady = true;
|
fontsReady = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
$inspect(fontsReady);
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
|
|||||||
@@ -167,10 +167,6 @@ $effect(() => {
|
|||||||
{char}
|
{char}
|
||||||
{proximity}
|
{proximity}
|
||||||
{isPast}
|
{isPast}
|
||||||
weight={typography.weight}
|
|
||||||
size={typography.renderedSize}
|
|
||||||
fontAName={fontA.name}
|
|
||||||
fontBName={fontB.name}
|
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
{/each}
|
{/each}
|
||||||
@@ -202,7 +198,9 @@ $effect(() => {
|
|||||||
>
|
>
|
||||||
<!-- Text Rendering Container -->
|
<!-- Text Rendering Container -->
|
||||||
{#if isLoading}
|
{#if isLoading}
|
||||||
<Loader size={24} />
|
<div out:fade={{ duration: 300 }}>
|
||||||
|
<Loader size={24} />
|
||||||
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
|
|||||||
Reference in New Issue
Block a user