fix: 更换font 资源问题

master
limin 2021-04-27 17:04:50 +08:00 committed by XuPeng
parent 9d8bdbf8c5
commit 11c9b606d2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Page({
const self = this
wx.loadFontFace({
family: this.data.fontFamily,
source: 'url("https://nextcloud.finogeeks.club/s/bsospSzDX89cDsk/download")',
source: 'url("https://sungd.github.io/Pacifico.ttf")',
success(res) {
console.log(res.status)
self.setData({loaded: true})