This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new b1ad54220b fix: add sans-serif font fallback to fontFamily (Fixes 
#37096) (#37172)
b1ad54220b is described below

commit b1ad54220baf51f8f32985b0675eec096c87a879
Author: Dheeraj Bansal <[email protected]>
AuthorDate: Fri Jan 23 11:26:04 2026 +0530

    fix: add sans-serif font fallback to fontFamily (Fixes #37096) (#37172)
---
 superset/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/config.py b/superset/config.py
index f6a7b7dfdc..38f663b9f7 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -921,7 +921,7 @@ THEME_DEFAULT: Theme = {
         "colorInfo": "#66bcfe",
         # Fonts
         "fontUrls": [],
-        "fontFamily": "Inter, Helvetica, Arial",
+        "fontFamily": "Inter, Helvetica, Arial, sans-serif",
         "fontFamilyCode": "'Fira Code', 'Courier New', monospace",
         # Extra tokens
         "transitionTiming": 0.3,

Reply via email to