wechat-mini-program-wiki icon indicating copy to clipboard operation
wechat-mini-program-wiki copied to clipboard

Loading fonts

Open jmachnik opened this issue 6 years ago • 1 comments

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

jmachnik avatar Oct 16 '19 08:10 jmachnik

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.

nitpum avatar May 10 '23 03:05 nitpum