diff --git a/docs/component/text.md b/docs/component/text.md index 40aa55e9a5cce3e35852bc96cd4d5952fd5cde7e..8c98a40248fc7b72e08ffea5f0ce3c01d85f69bd 100644 --- a/docs/component/text.md +++ b/docs/component/text.md @@ -96,3 +96,4 @@ App 端不支持 `text` 组件中渲染多段文本,如果 `text` 组件中的 ## Bug & Tips@tips - app平台不支持[HTML字符实体](https://developer.mozilla.org/zh-CN/docs/Glossary/Entity)。 - app平台 selectable开启后,仅支持全部文字复制,不支持自由调整光标选择文字。如需自由选择文字,请使用[rich-text组件](rich-text.md)。web平台默认就是可复制文字的,selectable无效。 +- app-android平台,部分自定义字体不支持设置font-weight。 diff --git a/docs/css/font-weight.md b/docs/css/font-weight.md index 16a66d62f4c895d793c4d05a14afc9e6346a617c..a257627b74271cad06165fefaf7aa65c4a37567c 100644 --- a/docs/css/font-weight.md +++ b/docs/css/font-weight.md @@ -16,6 +16,7 @@ #### App平台差异 -font-weight 样式不支持继承 +- font-weight 样式不支持继承 +- App-Android平台,部分自定义字体不支持设置font-weight。