rusackas commented on issue #9207: Introducing Inter UI & Fira typefaces URL: https://github.com/apache/incubator-superset/pull/9207#issuecomment-594693958 > Is there a plan for updating fonts on the charts? like mass migrating to set `font: inherit` or something? @williaster My initial thought, for the shorter term, is to just add the new fonts by name to the front of the font stack. Using "inherit" might also work, but could also have ramifications in other (embeded) use cases. By explicitly naming the font, the charts would fall back to their existing font stack when the new font is not available for whatever reason. Longer term, I think the plugins should follow the CSS-in-JS patterns we use for the main repo, and ultimately pull from the same `theme` settings (presumably pulled in from Superset-UI). SIP-37 is in need of votes to make that a possibility.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
