diff --git a/docs/nvue-api.md b/docs/nvue-api.md index ba8b487ce3d67285ddd544eba8910c2ecbfb0bd8..b087fad504f23be972c61a09531c1d841f354166 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