[enhancement] too slow to load the web portal
Is your enhancement proposal related to a problem? Please describe. sometimes it costs several minutes to open web portal, we found that the web portal would load fonts from https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900 ,and connection to this source is not stable in china
Describe the solution you'd like change the source of the fonts
We are looking for a more reliable way to solve the problem of Google font instability in China. There is not yet a stable source of google font proxies in China. Packing fonts as an offline version is a solution, but it will be slow on first loading.
I found some article describing how to solve this prolem https://blog.csdn.net/allywater/article/details/113516276 https://www.suxing.me/blog/2087.html
I found some article describing how to solve this prolem https://blog.csdn.net/allywater/article/details/113516276 https://www.suxing.me/blog/2087.html
It doesn't look like the official Google source, we will evaluate the stability and replace it. Thanks :).
fixed: https://github.com/koderover/zadig-portal/pull/1269