微信小程序加载外部字体失败,怎么解决?
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这样,在开发者工具就不行