apelegri / wechat-mini-program-wiki

Anyone can make a Wechat mini-program with the first and only English Wiki made to decrypt the Mini-program framework.
456 stars 59 forks source link

Loading fonts #19

Open jmachnik opened 4 years ago

jmachnik commented 4 years ago

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? :)

nitpum commented 1 year ago

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.