🛠️ Remove unused font "OnestMedium" and clean up related styles

This commit is contained in:
pheralb
2025-09-17 10:00:20 +01:00
parent 9b9124b220
commit 077df6f0d5
5 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
class="flex items-center space-x-2.5 transition-colors hover:text-neutral-700 dark:hover:text-neutral-300"
>
<Svgl size={28} />
<h2 class="font-onest text-xl font-medium tracking-tight">svgl</h2>
<h2 class="text-xl font-medium tracking-tight">svgl</h2>
</a>
<SvglVersion className="hidden md:block" />
</div>
@@ -30,7 +30,7 @@
<Sheet.Header>
<Sheet.Title class="flex items-center space-x-2">
<Svgl size={28} />
<h2 class="font-onest text-xl font-medium tracking-tight">svgl</h2>
<h2 class="text-xl font-medium tracking-tight">svgl</h2>
</Sheet.Title>
</Sheet.Header>
<nav class="flex flex-col space-y-0.5 overflow-y-auto px-3 pb-3">