Is there an existing issue for this?
Version
0.11.0
Description
even when putting alchemist as a dev_dependency it will load all Roboto fonts at load time. We don't use Roboto so it's wasted load time
Steps to reproduce
run fvm flutter build web --release in the example folder, it will put the robo fonts in the build folder and also when loading the page they get loaded.
Expected behavior
It should not include Roboto fonts in the build
Screenshots

Additional context and comments
Maybe this is an issue in Flutter itself