chore: incorporate renewed appliderFontStore and comparisonStore logic

This commit is contained in:
Ilia Mashkov
2026-02-02 12:18:20 +03:00
parent 072690270f
commit 31a72d90ea
3 changed files with 53 additions and 26 deletions

View File

@@ -86,7 +86,8 @@ function removeSample() {
</div>
<div class="p-8 relative z-10">
<FontApplicator id={font.id} name={font.name}>
<!-- TODO: Fix this ! -->
<FontApplicator id={font.id} name={font.name} url={font.styles.regular!}>
<ContentEditable
bind:text={text}
{...restProps}