微信小程序字体加载缓慢的问题
使用小程序自带的字体加载api辅助字体加载。
解决方案
wx.loadFontFace({
global: true,
family: 'Bitstream Vera Serif Bold',
source: 'url("https://sungd.github.io/Pacifico.ttf")',
success: console.log
})
使用小程序自带的字体加载api辅助字体加载。
wx.loadFontFace({
global: true,
family: 'Bitstream Vera Serif Bold',
source: 'url("https://sungd.github.io/Pacifico.ttf")',
success: console.log
})