[已解决]利用云开发解决小程序加载自定义字体无效果问题

官方文档

文章是用的腾讯云

我写的阿里云

1.对象存储里找

2.

3.添加规则

4.上传字体文件,并设置公共读

 

 5.获取url

6.

loadFontFace() {
    wx.loadFontFace({
      global:true, // 版本 2.10.0 后 全局app.js 使用
      family: 'PingFangSCRegular',
      source: 'url("https://wjp001.oss-cn-shanghai.aliyuncs.com/PingFang%20Regular.otf")',
      success: (res) => {
        console.log(res)
      },
      fail: function (res) {
        console.log(res)
      },
      complete: function (res) {
        console.log(res)
      }
    })
  },
.PingFangSCRegular{
  font-family: PingFangSCRegular;
}

 

<view class="list-c-left-img PingFangSCRegular">
				
				是的
			</view>

 安卓机可以用了

 

 

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐