From fd41241ef273b56110aee07fbc91da2892a0654e Mon Sep 17 00:00:00 2001 From: qiang Date: Mon, 25 Nov 2019 20:43:15 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20uni.loadFontFace?= =?UTF-8?q?=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/ui/font.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/ui/font.md b/docs/api/ui/font.md index 617a83e5c..983ea3e34 100644 --- a/docs/api/ui/font.md +++ b/docs/api/ui/font.md @@ -1,4 +1,4 @@ -### uni.loadFontFace(Object object) +### uni.loadFontFace(Object object) 动态加载网络字体。文件地址需为下载类型。 @@ -14,7 +14,7 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:| -|1.9.0+ [自定义组件编译模式](https://ask.dcloud.net.cn/article/35843)|x|基础库 2.1.0+|x|x|x|x| +|1.9.0+ [自定义组件编译模式](https://ask.dcloud.net.cn/article/35843)|2.3.4+|基础库 2.1.0+|x|x|x|x| **参数说明** -- GitLab