[渲染層網路層錯誤] Failed to load local font resource ?

小杨观世界發表於2024-06-28

[渲染層網路層錯誤] 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');//只引用這個不行

相關文章