valueUpdated(e.currentTarget.value)} /> {#if $fontCache.length > 0 || $userFonts.length > 0}
{#if $userFonts.length > 0}
{$tr("params.text.user_fonts")}
{#each $userFonts as font (font.family)}
valueUpdated(font.family)}> {font.family}
{/each} {/if} {#if $fontCache.length > 0}
{$tr("params.text.system_fonts")}
{#each $fontCache as family (family)}
valueUpdated(family)}> {family}
{/each} {/if} {#if fontQuerySupported && $fontCache.length <= 1}
Load system fonts
{/if}
{/if}