feature/comparison-slider #19

Merged
ilia merged 129 commits from feature/comparison-slider into main 2026-02-02 09:23:46 +00:00
Showing only changes of commit 90f11d8d16 - Show all commits

View File

@@ -95,7 +95,8 @@ function selectFontB(fontId: string) {
style:opacity={sliderPos < 15 ? 0 : 1}
>
<span class="text-[0.5rem] font-mono uppercase tracking-widest text-indigo-400">
Baseline</span>
Baseline
</span>
{@render fontSelector(fontB.name, fontB.id, fontList, selectFontB)}
</div>
@@ -104,7 +105,8 @@ function selectFontB(fontId: string) {
style:opacity={sliderPos > 85 ? 0 : 1}
>
<span class="text-[0.5rem] font-mono uppercase tracking-widest text-slate-400">
Comparison</span>
Comparison
</span>
{@render fontSelector(fontA.name, fontA.id, fontList, selectFontA)}
</div>
</div>