@font-face {
font-family: ‘NEW-FONT’;
src: url(‘https://xxx/xxx/FZCUJINLFW.TTF’) format(‘truetype’);
}
wx.loadFontFace 。。注意原生无效
解决了么?
使用该方式加载字体[@font-face](/user/font-face) {
font-family: 'NEW-FONT';
src: url('https://xxx/xxx/FZCUJINLFW.TTF') format('truetype');
什么机型,什么环境?我这边尝试了下安卓开发版,是可以正常显示的。 除ttf, 建议多加载几种字体,如svg,woff,woff2
不能用文件,要用base64
IOS正常,安卓无效