## font-size <!-- CSSJSON.font-size.description --> <!-- CSSJSON.font-size.syntax --> <!-- CSSJSON.font-size.values --> <!-- CSSJSON.font-size.defaultValue --> <!-- CSSJSON.font-size.unixTags --> <!-- CSSJSON.font-size.compatibility -->
#### App平台差异 App平台仅支持以像素值(px)设置字体大小,默认值为16px。 font-size 样式不支持继承,仅对[text](../component/text.md)组件生效。 > 不支持百分比的值 > 不支持基于用户默认字体大小的绝对大小关键字,如small、medium、large等 > 不支持em、rem、ex等单位
<!-- CSSJSON.font-size.reference -->