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 3f7ce63736 - Show all commits

View File

@@ -112,10 +112,16 @@ function animateSelection() {
<div class="flex flex-row gap-1 w-full items-center justify-between">
<div class="flex flex-col gap-1 transition-all duration-150 ease-out">
<div class="flex flex-row gap-1">
<Badge variant="outline" class="text-[0.5rem]">
<Badge
variant="outline"
class="text-[0.5rem] font-mono uppercase tracking-widest text-slate-900"
>
{font.provider}
</Badge>
<Badge variant="outline" class="text-[0.5rem]">
<Badge
variant="outline"
class="text-[0.5rem] font-mono uppercase tracking-widest text-slate-900"
>
{font.category}
</Badge>
</div>