Screenshot
Notice the rendered font section in the bottom right of the screenshot above.
Description
In Superset 6.0.0, Inter doesn't appear to load/render causing the application to use one of the fallback fonts (Helvetica on my machine). I first noticed this when upgrading my custom Superset Dockerfile to use apache/superset:6.0.0 as the base image, but I can also reproduce it using one of the official Docker Compose files included in the Superset repository: TAG=6.0.0 docker compose -f docker-compose-image-tag.yml up. I have also reproduced the issue on two different machines.
Note: Running the same command but with tag 5.0.0 doesn't exhibit the same problem—Inter loads and renders just fine.
Design input
N/A