mistercrunch commented on code in PR #35220: URL: https://github.com/apache/superset/pull/35220#discussion_r2366482322
########## superset-frontend/packages/superset-ui-core/src/theme/GlobalStyles.tsx: ########## @@ -16,6 +16,18 @@ * specific language governing permissions and limitations * under the License. */ + +// @fontsource/* v5.1+ doesn't play nice with eslint-import plugin v2.31+ +/* eslint-disable import/extensions */ +import '@fontsource/inter/200.css'; Review Comment: @kasiazjc what do you think? Could we find some of the best-looking browser stock fonts for vanilla Superset? -- 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]
