wx.loadFontFace({
family: 'TencentSans',
source: 'url("https://www.tencent.com/font/TencentSans-W3.woff")',
global: true,
success: console.log,
fail: console.log
})
上面的代码是微信提供的示例. 在webview下, IDE, pc , 安卓 , 鸿蒙 下均正常
但是在 skyline 模式下, 仅在PC下正常, IDE, 安卓, 鸿蒙 均不正常.

测试未复现,你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)