wechat-mini-program-wiki
wechat-mini-program-wiki copied to clipboard
Loading fonts
Since there are not many places in international web about WeChat Mini Programs, I want to ask what are the best practises you use for loading fonts. I tried converting them to byte64 but it increases the full package size which is limited to 2mb. And wx.loadFontFace must be done on every page from what I experienced.
What solution do you use? :)
Instead of bundle font with mini program, I recommend to load font from CDN instead which doesn't increase package size and can load many fonts as you want.