feature/comparison-slider #19
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user