最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

flutter web: how to use the device's default font instead of loading the large notosanssc font from fonts.gstatic.com -

programmeradmin0浏览0评论

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?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论