Using flutter build web
, the web app will load a large notosanssc font file from fonts.gstatic
Using flutter build web --web-renderer html
can achieve this, the notosanssc font file is not loaded in this mode, althought the UI is a bit different using html render.
Start from flutter 3.29, the html render is removed. How to stop loading the large notosanssc font file?