From c56fd3ee284344c193fa960dabba0d055afbd8cc Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sat, 12 Jul 2025 06:41:22 +0000 Subject: [PATCH] FIX Graph Tooltip uses wrong font (#4193) --- 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;