小程序安卓无法动态加载字体 求解答
wx.loadFontFace({
family: ‘ChalkboardSE-Light’,
source: ‘url(“https://lbe.hanmohaide.com/Data/font/ChalkboardSE-Light.ttf”)’,
success:function(e){
console.log(e,‘动态加载字体成功’)
},
fail: function (e) {
console.log(e, ‘动态加载字体失败’)
},
})
这是安卓和ios的测试结果
官方给的示例代码就可以 我请求自己后台的字体 ios可以正常显示 安卓就是加载失败
6 回复
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。