From 758995e35d373dca3126f1d581a881659e593dd9 Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Tue, 10 Mar 2026 17:17:49 +0000 Subject: [PATCH] use font in interactions panel --- app/globals.css | 3 ++- 1 file(s) changed, 2 insertion(s)(+), 1 deletion(s)(-) diff --git a/app/globals.css b/app/globals.css --- a/app/globals.css +++ b/app/globals.css @@ -205,7 +205,8 @@ /* Scope custom fonts to document content only (not sidebar/UI chrome) */ .pageScrollWrapper, .footnote-side-column, - .footnote-popover { + .footnote-popover, + #interaction-drawer { font-family: var(--theme-font, var(--font-quattro)); font-size: var(--theme-font-base-size, 16px); } -- tangled.sh