From 2807b6abf1ae6711484fa2360772bfe65a1b38e5 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:53:22 +0200 Subject: [PATCH] FIX Graph Tooltip uses wrong font --- ts/routes/graphs/Tooltip.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/routes/graphs/Tooltip.svelte b/ts/routes/graphs/Tooltip.svelte index 12d12fb0f..d6b64df2c 100644 --- a/ts/routes/graphs/Tooltip.svelte +++ b/ts/routes/graphs/Tooltip.svelte @@ -47,6 +47,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html white-space: nowrap; padding: 15px; border-radius: 5px; + font-family: inherit; font-size: 15px; opacity: 0; pointer-events: none;