rusackas opened a new pull request #9207: Switching to Inter & Fira typefaces URL: https://github.com/apache/incubator-superset/pull/9207 ### CATEGORY Choose one - [ ] Bug Fix - [x] Enhancement (new features, refinement) - [ ] Refactor - [ ] Add tests - [ ] Build / Development Environment - [ ] Documentation ### SUMMARY <!--- Describe the change below, including rationale and design decisions --> This PR updates the main UI typeface of Superset to [Inter UI](https://github.com/rsms/inter), and code fonts (e.g. SQL editor) to [Fira Mono](https://github.com/mozilla/Fira) or [Fira Code](https://github.com/tonsky/FiraCode). All three fonts are under the SIL Open Font License, and license information has been added to `LICENSE.txt` to reflect this, as per [ASF guidelines](https://www.apache.org/legal/resolved.html). This work is a small step toward SIP-34 (#8976). Note that the Roboto font (not actually used visibly anywhere) was also removed, in both its binaries and `LICENSE.txt` references. Fira Code is a font that contains handy ligatures that many people love. However, not everyone might love them, so there's a LESS variable called `@use-ligatures` to turn them on or off (they're off by default). If/when we move to a CSS-in-JS approach (See SIP-37, issue #9123), we can make this selection more dynamic, switchable via user preference or deployment config. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> Coming soon... ### TEST PLAN <!--- What steps should be taken to verify the changes --> ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [x] Changes UI - [ ] Requires DB Migration. - [ ] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API ### REVIEWERS @etr2460 @mistercrunch
---------------------------------------------------------------- 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]
