dheeraj12347 opened a new pull request, #37172: URL: https://github.com/apache/superset/pull/37172
This fix adds `sans-serif` as a generic font fallback to ensure consistent sans-serif rendering when preferred fonts (Inter, Helvetica, Arial) are not available. Previously, when none of the specified fonts were available, browsers would default to serif fonts, causing inconsistent visuals in dashboard reports and screenshots. Changes: - Updated fontFamily in superset/config.py from "Inter, Helvetica, Arial" to "Inter, Helvetica, Arial, sans-serif" Fixes #37096 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
