squalou commented on issue #14060:
URL: https://github.com/apache/superset/issues/14060#issuecomment-817761628


   I did an ugly fix on my side, and it's probably NOT the way to go, 
nevertheless here's what I did.
   
   in file `superset-frontend/stylesheets/less/variables.less` I removed 
'Inter' font entirely
   
   ```
   < @font-family-sans-serif: 'Inter', Helvetica, Arial;
   ---
   > @font-family-sans-serif: Helvetica, Arial;
   ```
   
   it works but ... it has effects everywhere. (which is fine on my setup)
   


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to