wx.loadFontFace({
family: 'PingFang Light',
source: 'https://---/font/pingfang/PingFang Light.ttf',// 地址没问题,可以下载
success: (res) => {
console.log(res)
},
fail: function (res) {
console.log(res);
}
})
返回结果{}status: "error"},
还有在wxss里调用,
@font-face{
font-family: 'PingFang-SC-Semibold';
src: url('https://---/font/pingfang/PingFang-SC-Semibold.ttf');
}
提示[渲染层网络层错误] Failed to load font https://---/font/pingfang/PingFang-SC-Semibold.ttf
net::ERR_CACHE_MISS
这个字体大小10M这样,在开发者工具就不行
解决了么老哥?我这编译器里没问题,但是wxss也报错,在真机里不管怎么引入都不报错,我人傻了