小程序字体调用 开发工具正常 真机提示错误?
我在app.js里面加载,开发工具正常使用字体,真机调试就提示这个
status“:”error“,”errMsg“:”loadFontFace:fail"
wx.loadFontFace({
family: 'heiti',
source: 'url("https://ygc.qlcm0577.com/Public/Admin/font/heiti/SourceHanSansCN-ExtraLight 7.ttf")',
global: true
})
