提交 ef1c7bb6 编写于 作者: 楼兮诺's avatar 楼兮诺 提交者: meHaoTian

update docs/component/uniui/uni-icons.md.

在第八步中,src: url('./iconfont.ttf') format('truetype');
在项目的使用过程中,无法解析出字体图标,改为 src: url('/static/iconfont.ttf') format('truetype');可以成功!
上级 b89ab135
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
```css ```css
@font-face { @font-face {
font-family: "iconfont"; font-family: "iconfont";
src: url('./iconfont.ttf') format('truetype'); src: url('/static/iconfont.ttf') format('truetype');
} }
.iconfont { .iconfont {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册