{#if skeleton && isLoading && unifiedFontStore.fonts.length === 0}
{@render skeleton()}
{:else}
{#snippet children(scope)} {@render children(scope)} {/snippet}
{/if}