[渲染层网络层错误] Failed to load local font resource ?

[渲染层网络层错误] Failed to load local font resource /static/iconfont/iconfont.woff-do-not-use-local-path-./pages/home/home.wxss&7&8 

 the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error) 

请问这是什么报错,加载本地字体资源就报错了,h5端正常

 

解决方案:加载本地字体只能使用base64,或者采用网络字体包

 

都引用一下

font-family: 'uicon-iconfont';
src:url('./iconfont.woff2?t=164') format('woff2'),
url('./iconfont.woff?t=164') format('woff'),
url('./iconfont.ttf?t=164') format('truetype');//只引用这个不行

posted @ 2024-06-28 00:39  小杨观世界  阅读(8)  评论(0编辑  收藏  举报