Merge pull request #433 from apache/zshshr-patch-2

android 不支持 woff字体
diff --git a/docs/docs/components/text.md b/docs/docs/components/text.md
index 8ef37db..d4ec54a 100644
--- a/docs/docs/components/text.md
+++ b/docs/docs/components/text.md
@@ -54,7 +54,7 @@
 
 ### Custom Typeface <Badge text="v0.12+" type="warning"/>
 
-Text component supports loading custom fonts in `ttf` and `woff` file formats. 
+Text component supports loading custom fonts in `ttf` file formats. 
 1. Create your font with unique `font-family` name.
 2. Using [addRule](../modules/dom.html#addrule-type-contentobject) method of dom module to register your font.
 3. Set `font-family:YourFontFamilyName` style for your text component.