网络字体加载失败,什么原因呢?

发布于 6 年前作者 jie0311329 次浏览最后编辑 6 年前来自 ask

为什么加载网络字体失败?手机上和开发工具上都是加载失败,这是什么原因?

wx.loadFontFace({

family: ‘Bitstream Vera Serif Bold’,

source: ‘url(“//lovers.sc2yun.com/font.TTF”)’,

success:function(res){

console.log(res)

},fail:function(res){

console.log(res)

}

})

2 回复
xiulan66
xiulan661 楼6 年前

现在模拟开发工具上能显示出来了,就安卓手机上显示错误

yong81
yong812 楼5 年前

文档没好好看