From 00fbf5c9c3f8059b6e5d183dd218782b9e5e8546 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Wed, 19 Nov 2025 22:36:48 +0100 Subject: [PATCH] Font ligatures create unwanted artifacts in random ids (#1434) --- internal/site/src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/site/src/index.css b/internal/site/src/index.css index e5a3a534..ce8dcc36 100644 --- a/internal/site/src/index.css +++ b/internal/site/src/index.css @@ -142,6 +142,7 @@ body { @apply bg-background text-foreground; + font-variant-ligatures: no-contextual; } button { @@ -174,4 +175,4 @@ .recharts-yAxis { @apply tabular-nums; -} \ No newline at end of file +}