From 7bdc9d378dd796d071ea1a9434055f4a6972927b Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 14 Oct 2021 17:42:48 +0800 Subject: [PATCH] docs: translate weex --- docs/nvue-api.md | 89 +++++------ docs/nvue-css.md | 358 ++++++++++++++++++++++----------------------- docs/nvue-event.md | 45 +++--- 3 files changed, 245 insertions(+), 247 deletions(-) diff --git a/docs/nvue-api.md b/docs/nvue-api.md index ba8b487ce..b087fad50 100644 --- a/docs/nvue-api.md +++ b/docs/nvue-api.md @@ -24,7 +24,9 @@ ### addRule - Weex 提供 DOM.addRule 以**加载自定义字体**。开发者可以通过指定 font-family加载 iconfont 和 custom font。开发者可以使用下面的代码加载自定义字体: +Weex provide the ability of loading custom through DOM.addRule. Developers can load iconfont and custom font by specifying the font-family. + +Developers may use the following code snippet to load their font: ``` html